Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(db *gorm.DB, repos core.RepositoryStore) core.ProviderStore
New returns a new ProviderStore.
Types ¶
type Permission ¶
type Permission struct { Pull bool `json:"pull"` Push bool `json:"push"` Admin bool `json:"admin"` }
Permission SCM Repository permissions.
Click to show internal directories.
Click to hide internal directories.