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