mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02:00
9 lines
94 B
Go
9 lines
94 B
Go
package datastore
|
|
|
|
type Datastore interface {
|
|
Userstore
|
|
Permstore
|
|
Repostore
|
|
Commitstore
|
|
}
|