Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSchemaServer ¶
func NewSchemaServer(prefixRequired PrefixRequiredOption) v1alpha1.SchemaServiceServer
NewSchemaServer returns an new instance of a server that implements authzed.api.v1alpha1.SchemaService.
Types ¶
type PrefixRequiredOption ¶
type PrefixRequiredOption int
PrefixRequiredOption is an option to the schema server indicating whether prefixes are required on schema object definitions.
const ( // PrefixNotRequired indicates that prefixes are not required. PrefixNotRequired PrefixRequiredOption = iota // PrefixRequired indicates that prefixes are required. PrefixRequired )
Click to show internal directories.
Click to hide internal directories.