Documentation ¶
Index ¶
- func NewMantaBackend(conf map[string]string, logger log.Logger) (physical.Backend, error)
- type MantaBackend
- func (m *MantaBackend) Delete(ctx context.Context, key string) error
- func (m *MantaBackend) Get(ctx context.Context, key string) (*physical.Entry, error)
- func (m *MantaBackend) List(ctx context.Context, prefix string) ([]string, error)
- func (m *MantaBackend) Put(ctx context.Context, entry *physical.Entry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MantaBackend ¶
type MantaBackend struct {
// contains filtered or unexported fields
}
func (*MantaBackend) Delete ¶
func (m *MantaBackend) Delete(ctx context.Context, key string) error
Delete is used to permanently delete an entry
Click to show internal directories.
Click to hide internal directories.