MCPcopy Create free account
hub / github.com/cloudwan/gohan / NoIdentityService

Struct NoIdentityService

server/middleware/middleware.go:194–195  ·  view source on GitHub ↗

NoIdentityService for disabled auth

Source from the content-addressed store, hash-verified

192
193//NoIdentityService for disabled auth
194type NoIdentityService struct {
195}
196
197//GetTenantID returns always admin
198func (i *NoIdentityService) GetTenantID(string) (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected