Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDuplicateEvent = errors.New("must pass distinct events when passing more than one") ErrTooFewEvents = errors.New("must specify at least one event to backfill") ErrTooManyEvents = fmt.Errorf("cannot backfill more than %d events", MaxEvents) ErrUnsupportedEvent = fmt.Errorf("invalid event detected: only %s, %s, %s events supported", ForkEvent, FrobEvent, GrabEvent) ForkEvent = "fork" FrobEvent = "frob" GrabEvent = "grab" MaxEvents = 3 )
Functions ¶
func ValidateArgs ¶
Types ¶
type BackFiller ¶
Click to show internal directories.
Click to hide internal directories.