elastic

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Blob

type Blob struct {
	Content string `json:"content,omitempty"`
}

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

Jump to

Keyboard shortcuts

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