Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterGrpcServices ¶
func RegisterGrpcServices( srv *grpc.Server, ds datastore.Datastore, nsm namespace.Manager, dispatch dispatch.Dispatcher, maxDepth uint32, prefixRequired v1alpha1svc.PrefixRequiredOption, schemaServiceOption SchemaServiceOption, )
RegisterGrpcServices registers all services to be exposed on the GRPC server.
Types ¶
type SchemaServiceOption ¶
type SchemaServiceOption int
SchemaServiceOption defines the options for enabled or disabled the V1 Schema service.
const ( // V1SchemaServiceDisabled indicates that the V1 schema service is disabled. V1SchemaServiceDisabled SchemaServiceOption = 0 // V1SchemaServiceEnabled indicates that the V1 schema service is enabled. V1SchemaServiceEnabled SchemaServiceOption = 1 )
Click to show internal directories.
Click to hide internal directories.