# Functions
NewBatchingRelationshipWriter will write relationships in batches of size batchSize.
NewDryRunRelationshipWriter constructs a new relationship writer that logs but doesn't write.
NewDryRunSchemaAppendWriter constructs a new schema append writer that logs but doesn't write.
NewRelationshipWriter returns a relationship writer based on the current config.
No description provided by the author
NewStdSchemaAppendWriter constructs a new schema append writer that logs but doesn't write.
# Structs
BatchingRelationshipWriter writes in batches of batchSize.
DiscardingRelationshipWriter does nothing but satisfy RelationshipWriter.
DiscardingSchemaAppendWriter does nothing but satisfy SchemaAppendWriter.
DryRunSchemaAppendWriter prints what the schema would have been.
LoggingRelationshipWriter will log each write before delegating to an underlying RelationshipWriter.
StdRelationshipWriter writes via an authzed client, no-frills.
StdSchemaAppendWriter writes via an authzed client, no-frills.
# Interfaces
AppendSchemaWriter appends a schema fragment to a spicedb schema.
RelationshipWriter writes v1 relationships.