Documentation ¶
Index ¶
- Variables
- type S3Datastore
- func (ds *S3Datastore) Delete(key datastore.Key) (err error)
- func (ds *S3Datastore) Get(key datastore.Key) (value interface{}, err error)
- func (ds *S3Datastore) Has(key datastore.Key) (exists bool, err error)
- func (ds *S3Datastore) IsThreadSafe()
- func (ds *S3Datastore) Put(key datastore.Key, value interface{}) (err error)
- func (ds *S3Datastore) Query(q query.Query) (query.Results, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidType = errors.New("s3 datastore: invalid type error")
Functions ¶
This section is empty.
Types ¶
type S3Datastore ¶
func (*S3Datastore) Get ¶
func (ds *S3Datastore) Get(key datastore.Key) (value interface{}, err error)
func (*S3Datastore) IsThreadSafe ¶
func (ds *S3Datastore) IsThreadSafe()
Click to show internal directories.
Click to hide internal directories.