Documentation ¶
Index ¶
- type InMem
- func (m *InMem) Available(ctx context.Context) error
- func (m *InMem) Delete(ctx context.Context, name string) error
- func (m *InMem) Exists(ctx context.Context, name string) bool
- func (m *InMem) Fsck(ctx context.Context) error
- func (m *InMem) Get(ctx context.Context, name string) ([]byte, error)
- func (m *InMem) IsDir(ctx context.Context, name string) bool
- func (m *InMem) List(ctx context.Context, prefix string) ([]string, error)
- func (m *InMem) Name() string
- func (m *InMem) Prune(ctx context.Context, prefix string) error
- func (m *InMem) Set(ctx context.Context, name string, value []byte) error
- func (m *InMem) String() string
- func (m *InMem) Version(context.Context) semver.Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMem ¶
InMem is a in-memory store
Click to show internal directories.
Click to hide internal directories.