Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToIndex ¶
func WaitForElasticSearch ¶
func WaitForElasticSearch() *elasticSearch7.Client
Types ¶
type ElasticSearchTokenStore ¶
type ElasticSearchTokenStore struct { ProcessorName string ES7 *elasticSearch7.Client }
func OpenTokenStore ¶
func OpenTokenStore(processorName string) *ElasticSearchTokenStore
func (*ElasticSearchTokenStore) ReadToken ¶
func (tokenStore *ElasticSearchTokenStore) ReadToken() *int64
func (*ElasticSearchTokenStore) WriteToken ¶
func (tokenStore *ElasticSearchTokenStore) WriteToken(token int64) error
Click to show internal directories.
Click to hide internal directories.