Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type InMemoryStore ¶
type InMemoryStore struct {
// contains filtered or unexported fields
}
func NewInMemoryStore ¶
func NewInMemoryStore(logger *slog.Logger) *InMemoryStore
func (*InMemoryStore) Cleanup ¶
func (s *InMemoryStore) Cleanup(ctx context.Context)
type RetrieveRequest ¶
type SecretboxEncryptor ¶
type SecretboxEncryptor struct {
// contains filtered or unexported fields
}
func NewSecretboxEncryptor ¶
func NewSecretboxEncryptor(logger *slog.Logger) *SecretboxEncryptor
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
Click to show internal directories.
Click to hide internal directories.