Versions in this module Expand all Collapse all v0 v0.14.0 Oct 13, 2021 v0.13.1 Oct 7, 2021 v0.13.0 Oct 4, 2021 v0.12.0 Aug 19, 2021 v0.11.0 Aug 5, 2021 v0.10.0 Mar 31, 2021 v0.9.0 Feb 24, 2021 v0.8.0 Sep 14, 2020 v0.7.1 Jun 16, 2020 v0.7.0 May 27, 2020 Changes in this version + type APIResponse struct + BulletinBoard BulletinBoard + type Bulletin struct + Category string + ID int64 + Level string + Message string + SourceName string + Timestamp string + type BulletinBoard struct + Bulletins []BulletinProcessor + Generated string + type BulletinProcessor struct + Bulletin Bulletin + CanRead bool + GroupID string + ID int64 + SourceID string + type Ingest struct + func (ingest *Ingest) GetDescription() string + func (ingest *Ingest) GetFlagSet() *flag.FlagSet + func (ingest *Ingest) GetHelpFlag() *bool + func (ingest *Ingest) GetName() string + func (ingest *Ingest) GetSubCommands() []cli.Command + func (ingest *Ingest) Init(helpFlagName string, helpFlagDescription string) + func (ingest *Ingest) Process()