mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
8 lines
94 B
Go
8 lines
94 B
Go
package datastore
|
|
|
|
type Datastore interface {
|
|
Userstore
|
|
Permstore
|
|
Repostore
|
|
Commitstore
|
|
}
|