# Functions
ApplySchemaChanges applies schema changes found in the validated changes struct, via the specified ReadWriteTransaction.
ApplySchemaChangesOverExisting applies schema changes found in the validated changes struct, against existing caveat and object definitions given.
No description provided by the author
NewMaxDepthExceededError creates a new MaxDepthExceededError.
NewSchemaWriteDataValidationError creates a new error representing that a schema write cannot be completed due to existing data that would be left unreferenced.
No description provided by the author
No description provided by the author
ValidateSchemaChanges validates the schema found in the compiled schema and returns a ValidatedSchemaChanges, if fully validated.
# Variables
ErrServiceReadOnly is an extended GRPC error returned when a service is in read-only mode.
# Structs
AppliedSchemaChanges holds information about the applied schema changes.
No description provided by the author
MaxDepthExceededError is an error returned when the maximum depth for dispatching has been exceeded.
SchemaWriteDataValidationError occurs when a schema cannot be applied due to leaving data unreferenced.
ValidatedSchemaChanges is a set of validated schema changes that can be applied to the datastore.
WithServiceSpecificInterceptors is a helper to add both a unary and stream interceptor or interceptor chain to a service.
WithStreamServiceSpecificInterceptor is a helper to add a stream interceptor or interceptor chain to a service.
WithUnaryServiceSpecificInterceptor is a helper to add a unary interceptor or interceptor chain to a service.