Documentation ¶
Index ¶
- type Store
- func (s *Store) Delete(ctx context.Context, id string) error
- func (s *Store) Destroy(ctx context.Context, id string) error
- func (s *Store) Get(_ context.Context, id, version string) (*entities.Secret, error)
- func (s *Store) GetDeleted(_ context.Context, _ string) (*entities.Secret, error)
- func (s *Store) List(_ context.Context, _, _ uint64) ([]string, error)
- func (s *Store) ListDeleted(_ context.Context, _, _ uint64) ([]string, error)
- func (s *Store) Restore(ctx context.Context, id string) error
- func (s *Store) Set(ctx context.Context, id, value string, attr *entities.Attributes) (*entities.Secret, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) GetDeleted ¶
func (*Store) ListDeleted ¶
Click to show internal directories.
Click to hide internal directories.