Documentation
¶
Index ¶
- type Blob
- type ElasticsearchStore
- func (store ElasticsearchStore) AddValue(bucket string, key []byte, value []byte) error
- func (store ElasticsearchStore) AddValueCompress(bucket string, key []byte, value []byte) error
- func (store ElasticsearchStore) Close() error
- func (store ElasticsearchStore) DeleteBucket(bucket string, key []byte) error
- func (store ElasticsearchStore) DeleteValue(bucket string, key []byte, value []byte) error
- func (store ElasticsearchStore) GetCompressedValue(bucket string, key []byte) ([]byte, error)
- func (store ElasticsearchStore) GetValue(bucket string, key []byte) ([]byte, error)
- func (store ElasticsearchStore) Open() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElasticsearchStore ¶
type ElasticsearchStore struct {
Client *index.ElasticsearchClient
}
func (ElasticsearchStore) AddValue ¶
func (store ElasticsearchStore) AddValue(bucket string, key []byte, value []byte) error
func (ElasticsearchStore) AddValueCompress ¶
func (store ElasticsearchStore) AddValueCompress(bucket string, key []byte, value []byte) error
func (ElasticsearchStore) Close ¶
func (store ElasticsearchStore) Close() error
func (ElasticsearchStore) DeleteBucket ¶
func (store ElasticsearchStore) DeleteBucket(bucket string, key []byte) error
func (ElasticsearchStore) DeleteValue ¶
func (store ElasticsearchStore) DeleteValue(bucket string, key []byte, value []byte) error
func (ElasticsearchStore) GetCompressedValue ¶
func (store ElasticsearchStore) GetCompressedValue(bucket string, key []byte) ([]byte, error)
func (ElasticsearchStore) GetValue ¶
func (store ElasticsearchStore) GetValue(bucket string, key []byte) ([]byte, error)
func (ElasticsearchStore) Open ¶
func (store ElasticsearchStore) Open() error
Click to show internal directories.
Click to hide internal directories.