Versions in this module Expand all Collapse all v1 v1.3.1 Sep 14, 2016 Changes in this version + var Name = "mockbeat" + var Version = "0.0.1" + type Mockbeat struct + func (mb *Mockbeat) Cleanup(b *beat.Beat) error + func (mb *Mockbeat) Config(b *beat.Beat) error + func (mb *Mockbeat) Run(b *beat.Beat) error + func (mb *Mockbeat) Setup(b *beat.Beat) error + func (mb *Mockbeat) Stop()