Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizedDirective ¶
type AuthorizedDirective struct {
// contains filtered or unexported fields
}
func NewAuthorizedDirective ¶
func NewAuthorizedDirective(oc openfgav1.OpenFGAServiceClient, air accountinfo.Retriever, storeTTL time.Duration, cf WorkspaceClient, log *logger.Logger) *AuthorizedDirective
func NewAuthorizedDirectiveWithFactory ¶ added in v0.9.1
func NewAuthorizedDirectiveWithFactory(oc openfgav1.OpenFGAServiceClient, air accountinfo.Retriever, storeTTL time.Duration, clientFactory WorkspaceClient) *AuthorizedDirective
NewAuthorizedDirectiveWithFactory creates a new AuthorizedDirective with a custom WorkspaceClient. This constructor is primarily intended for testing with mock implementations.
type KCPClient ¶ added in v0.9.1
type KCPClient struct {
// contains filtered or unexported fields
}
func NewDefaultWSClientFactory ¶ added in v0.9.1
Click to show internal directories.
Click to hide internal directories.