package
1.40.0
Repository: https://github.com/authzed/spicedb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewDeveloperServer creates an instance of the developer server.
NewInMemoryShareStore creates a new in memory share store.
NewS3ShareStore creates a new S3 share store, reading and writing the shared data to the given bucket, with the given salt for hash computation and the given config for connecting to S3 or and S3-compatible API.
RegisterDeveloperServer adds the Developer Server to a grpc service registrar This is preferred over manually registering the service; it will add required middleware.

# Constants

LookupConverted indicates when the results have been converted from an earlier version.
LookupError indicates an error has occurred.
LookupNotFound indicates that no results were found for the specified reference.
LookupSuccess indicates success.

# Structs

SharedDataV1 represents the data stored in a shared playground file.
SharedDataV2 represents the data stored in a shared playground file.

# Interfaces

ShareStore defines the interface for sharing and loading shared playground files.

# Type aliases

LookupStatus is an enum for the possible ShareStore lookup outcomes.