Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRouter ¶
func NewRouter(deps Dependencies) http.Handler
Types ¶
type Dependencies ¶
type Dependencies struct {
Logger *log.Logger
Config config.Config
Version version.Info
Compat compat.Registry
Now func() time.Time
Authn authn.Verifier
Authz authz.Authorizer
Bootstrap *bootstrap.Service
Blob blob.Store
BlobUploadSecret []byte
Search search.Index
Postgres *pg.Store
CookbookBackend string
}
Click to show internal directories.
Click to hide internal directories.