Versions in this module Expand all Collapse all v0 v0.9.5 Feb 26, 2018 v0.9.4 Feb 20, 2018 Changes in this version + func NewMantaBackend(conf map[string]string, logger log.Logger) (physical.Backend, error) + type MantaBackend struct + 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