MCPcopy
hub / github.com/weaviate/weaviate / fakeAuthorizer

Struct fakeAuthorizer

modules/text2vec-contextionary/helpers_test.go:321–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321type fakeAuthorizer struct{}
322
323func (f *fakeAuthorizer) Authorize(ctx context.Context, principal *models.Principal, action string, resource ...string) error {
324 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected