Documentation ¶
Index ¶
- type Store
- func (s *Store) Available(ctx context.Context) error
- func (s *Store) Delete(ctx context.Context, name string) error
- func (s *Store) Exists(ctx context.Context, name string) bool
- func (s *Store) Fsck(ctx context.Context) error
- func (s *Store) Get(ctx context.Context, name string) ([]byte, error)
- func (s *Store) IsDir(ctx context.Context, name string) bool
- func (s *Store) List(ctx context.Context, _ string) ([]string, error)
- func (s *Store) Name() string
- func (s *Store) Prune(ctx context.Context, prefix string) error
- func (s *Store) Set(ctx context.Context, name string, value []byte) error
- func (s *Store) String() string
- func (s *Store) Version() semver.Version
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
}
Store is a consul-backed store
Click to show internal directories.
Click to hide internal directories.