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

# Functions

ConfigWithOptions configures an existing Config with the passed in options set.
NewConfigWithOptions creates a new Config with the passed in options set.
NewConfigWithOptionsAndDefaults creates a new Config with the passed in options set starting from the defaults.
SetLoadConfigs returns an option that can set LoadConfigs on a Config.
WithGRPCServer returns an option that can set GRPCServer on a Config.
WithHTTPGateway returns an option that can set HTTPGateway on a Config.
WithLoadConfigs returns an option that can append LoadConfigss to Config.LoadConfigs.
WithMaxBulkExportRelationshipsLimit returns an option that can set MaxBulkExportRelationshipsLimit on a Config.
WithMaxCaveatContextSize returns an option that can set MaxCaveatContextSize on a Config.
WithMaxDeleteRelationshipsLimit returns an option that can set MaxDeleteRelationshipsLimit on a Config.
WithMaximumPreconditionCount returns an option that can set MaximumPreconditionCount on a Config.
WithMaximumUpdatesPerWrite returns an option that can set MaximumUpdatesPerWrite on a Config.
WithMaxLookupResourcesLimit returns an option that can set MaxLookupResourcesLimit on a Config.
WithMaxReadRelationshipsLimit returns an option that can set MaxReadRelationshipsLimit on a Config.
WithMaxRelationshipContextSize returns an option that can set MaxRelationshipContextSize on a Config.
WithReadOnlyGRPCServer returns an option that can set ReadOnlyGRPCServer on a Config.
WithReadOnlyHTTPGateway returns an option that can set ReadOnlyHTTPGateway on a Config.

# Structs

go:generate go run github.com/ecordell/optgen -output zz_generated.options.go .

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author