Documentation
¶
Index ¶
Constants ¶
View Source
const (
MaxFileSize = 10 << 20 // 10 MB file limit set in Handler
)
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(authorizer authz.Authorizer, repoStore store.RepoStore, blobStore blob.Store, ) *Controller
func ProvideController ¶
func ProvideController( authorizer authz.Authorizer, repoStore store.RepoStore, blobStore blob.Store, ) *Controller
Click to show internal directories.
Click to hide internal directories.