package
0.15.0
Repository: https://github.com/authzed/authzed-go.git
Documentation: pkg.go.dev

# Functions

NewClient initializes a brand new client for interacting with Authzed.
NewClientWithExperimentalAPIs initializes a brand new client for interacting with Authzed.
NewRetryableClient initializes a brand new client for interacting with SpiceDB.

# Constants

Fail - The operation will fail if any duplicate relationships are found.
Skip - The operation will ignore duplicates and continue with the import.
Touch - The operation will retry the import with TOUCH semantics in case of duplicates.

# Structs

Client represents an open connection to Authzed.
ClientWithExperimental represents and open connection to Authzed with experimental services available.
RetryableClient represents an open connection to SpiceDB with experimental services available.

# Type aliases

ConflictStrategy is an enumeration type that represents the strategy to be used when a conflict occurs during a bulk import of relationships into SpiceDB.