Documentation ¶
Index ¶
- type DummyKVStore
- type DummyKVStoreConnection
- func (k *DummyKVStoreConnection) Append(key string, value interface{}) error
- func (k *DummyKVStoreConnection) Close() error
- func (k *DummyKVStoreConnection) Delete(key string) error
- func (k *DummyKVStoreConnection) Exists(key string) bool
- func (k *DummyKVStoreConnection) Flush() error
- func (k *DummyKVStoreConnection) Get(key string) interface{}
- func (k *DummyKVStoreConnection) Set(key string, value interface{}) error
- func (k *DummyKVStoreConnection) SetAdd(key string, value interface{}) error
- func (k *DummyKVStoreConnection) SetMembers(key string) []interface{}
- type DummyStorage
- func (s *DummyStorage) Delete(filepath string) error
- func (s *DummyStorage) Exists(filepath string) bool
- func (s *DummyStorage) HasBaseURL() bool
- func (s *DummyStorage) ModifiedTime(filepath string) (time.Time, error)
- func (s *DummyStorage) Open(filepath string) (gostorages.File, error)
- func (s *DummyStorage) Path(filepath string) string
- func (s *DummyStorage) Save(filepath string, file gostorages.File) error
- func (s *DummyStorage) Size(filepath string) int64
- func (s *DummyStorage) URL(filename string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyKVStore ¶
type DummyKVStore struct { }
func (*DummyKVStore) Close ¶
func (k *DummyKVStore) Close() error
func (*DummyKVStore) Connection ¶
func (k *DummyKVStore) Connection() gokvstores.KVStoreConnection
type DummyKVStoreConnection ¶
type DummyKVStoreConnection struct { }
func (*DummyKVStoreConnection) Append ¶
func (k *DummyKVStoreConnection) Append(key string, value interface{}) error
func (*DummyKVStoreConnection) Close ¶
func (k *DummyKVStoreConnection) Close() error
func (*DummyKVStoreConnection) Delete ¶
func (k *DummyKVStoreConnection) Delete(key string) error
func (*DummyKVStoreConnection) Exists ¶
func (k *DummyKVStoreConnection) Exists(key string) bool
func (*DummyKVStoreConnection) Flush ¶
func (k *DummyKVStoreConnection) Flush() error
func (*DummyKVStoreConnection) Get ¶
func (k *DummyKVStoreConnection) Get(key string) interface{}
func (*DummyKVStoreConnection) Set ¶
func (k *DummyKVStoreConnection) Set(key string, value interface{}) error
func (*DummyKVStoreConnection) SetAdd ¶
func (k *DummyKVStoreConnection) SetAdd(key string, value interface{}) error
func (*DummyKVStoreConnection) SetMembers ¶
func (k *DummyKVStoreConnection) SetMembers(key string) []interface{}
type DummyStorage ¶
type DummyStorage struct { }
func (*DummyStorage) Delete ¶
func (s *DummyStorage) Delete(filepath string) error
func (*DummyStorage) Exists ¶
func (s *DummyStorage) Exists(filepath string) bool
func (*DummyStorage) HasBaseURL ¶
func (s *DummyStorage) HasBaseURL() bool
func (*DummyStorage) ModifiedTime ¶
func (s *DummyStorage) ModifiedTime(filepath string) (time.Time, error)
func (*DummyStorage) Open ¶
func (s *DummyStorage) Open(filepath string) (gostorages.File, error)
func (*DummyStorage) Path ¶
func (s *DummyStorage) Path(filepath string) string
func (*DummyStorage) Save ¶
func (s *DummyStorage) Save(filepath string, file gostorages.File) error
func (*DummyStorage) Size ¶
func (s *DummyStorage) Size(filepath string) int64
func (*DummyStorage) URL ¶
func (s *DummyStorage) URL(filename string) string
Click to show internal directories.
Click to hide internal directories.