MCPcopy
hub / github.com/weaviate/weaviate / NewMockAuthorizer

Function NewMockAuthorizer

usecases/auth/authorization/mocks/authorizer.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func NewMockAuthorizer() *FakeAuthorizer {
32 return &FakeAuthorizer{}
33}
34
35func (a *FakeAuthorizer) SetErr(err error) {
36 a.err = err

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…