Documentation ¶
Index ¶
- type MemDbStore
- func (store *MemDbStore) BeginTransaction(ctx context.Context) (context.Context, error)
- func (store *MemDbStore) CommitTransaction(ctx context.Context) error
- func (store *MemDbStore) DeleteEntry(ctx context.Context, fullpath filer2.FullPath) (err error)
- func (store *MemDbStore) FindEntry(ctx context.Context, fullpath filer2.FullPath) (entry *filer2.Entry, err error)
- func (store *MemDbStore) GetName() string
- func (store *MemDbStore) Initialize(configuration util.Configuration) (err error)
- func (store *MemDbStore) InsertEntry(ctx context.Context, entry *filer2.Entry) (err error)
- func (store *MemDbStore) ListDirectoryEntries(ctx context.Context, fullpath filer2.FullPath, startFileName string, ...) (entries []*filer2.Entry, err error)
- func (store *MemDbStore) RollbackTransaction(ctx context.Context) error
- func (store *MemDbStore) UpdateEntry(ctx context.Context, entry *filer2.Entry) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemDbStore ¶
type MemDbStore struct {
// contains filtered or unexported fields
}
func (*MemDbStore) BeginTransaction ¶
func (*MemDbStore) CommitTransaction ¶
func (store *MemDbStore) CommitTransaction(ctx context.Context) error
func (*MemDbStore) DeleteEntry ¶
func (*MemDbStore) GetName ¶
func (store *MemDbStore) GetName() string
func (*MemDbStore) Initialize ¶
func (store *MemDbStore) Initialize(configuration util.Configuration) (err error)
func (*MemDbStore) InsertEntry ¶
func (*MemDbStore) ListDirectoryEntries ¶
func (*MemDbStore) RollbackTransaction ¶
func (store *MemDbStore) RollbackTransaction(ctx context.Context) error
func (*MemDbStore) UpdateEntry ¶
Click to show internal directories.
Click to hide internal directories.