dummy

package
v0.0.0-...-db96a77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL