Documentation ¶ Index ¶ Variables func New(b *beat.Beat, cfg *common.Config) (beat.Beater, error) type GreyELK func (bt *GreyELK) Run(b *beat.Beat) error func (bt *GreyELK) Stop() Constants ¶ This section is empty. Variables ¶ View Source var ( //ErrStartBlockTooLarge is returned when start_block is greater than the current chain height ErrStartBlockTooLarge = fmt.Errorf("Current Ethereum block number is less than start_block") ) Functions ¶ func New ¶ func New(b *beat.Beat, cfg *common.Config) (beat.Beater, error) New creates an instance of greyelk. Types ¶ type GreyELK ¶ type GreyELK struct { // contains filtered or unexported fields } GreyELK configuration. func (*GreyELK) Run ¶ func (bt *GreyELK) Run(b *beat.Beat) error Run starts greyelk. func (*GreyELK) Stop ¶ func (bt *GreyELK) Stop() Stop stops greyelk. Source Files ¶ View all Source files greyelk.go Click to show internal directories. Click to hide internal directories.