Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideController, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( tx dbtx.Transactor, urlProvider url.Provider, authorizer authz.Authorizer, artifactStore store.ArtifactStore, spaceStore store.SpaceStore, repoStore store.RepoStore, principalStore store.PrincipalStore, membershipStore store.MembershipStore, ) *Controller
func ProvideController ¶
func ProvideController(tx dbtx.Transactor, urlProvider url.Provider, authorizer authz.Authorizer, artifactStore store.ArtifactStore, spaceStore store.SpaceStore, repoStore store.RepoStore, principalStore store.PrincipalStore, membershipStore store.MembershipStore, ) *Controller
Click to show internal directories.
Click to hide internal directories.