MCPcopy Create free account
hub / github.com/cloudbase/garm / initRequired

Struct initRequired

auth/init_required.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type initRequired struct {
34 store common.Store
35}
36
37// Middleware implements the middleware interface
38func (i *initRequired) Middleware(next http.Handler) http.Handler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected