Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrProjectNotFound = errors.New("project not found") ErrEncryptionPartNotFound = errors.New("encryption part not found") ErrEncryptionPartAlreadyExists = errors.New("encryption part already exists") ErrEncryptionPartRequired = errors.New("encryption part is required") ErrInvalidEncryptionSession = errors.New("invalid encryption session") ErrInvalidEncryptionKeyBuilderType = errors.New("invalid encryption key builder type") ErrReconstructedKeyMismatch = errors.New("reconstructed key mismatch") ErrProjectPartRequired = errors.New("project part is required") ErrDatabasePartRequired = errors.New("database part is required") ErrFailedToSplitKey = errors.New("failed to split key") )
View Source
var ( ErrInvalidProviderConfig = errors.New("invalid provider config") ErrUnknownProviderType = errors.New("unknown provider type") ErrProviderAlreadyExists = errors.New("custom authentication already registered for this project") ErrProviderNotFound = errors.New("custom authentication not found") ErrProviderNotConfigured = errors.New("provider not configured") ErrProviderConfigMismatch = errors.New("provider config mismatch") ErrUnexpectedStatusCode = errors.New("unexpected status code") ErrCertTypeNotSupported = errors.New("certificate type not supported") ErrProviderMisconfigured = errors.New("provider misconfigured") )
View Source
var ()
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.