Documentation ¶ Index ¶ func Listen(ctx context.Context, port int) error type Collector func New(svc string) *Collector func (c *Collector) BootstrapInc() func (c *Collector) PublishEventInc(aggregateType string, eventType string) func (c *Collector) Register() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Listen ¶ func Listen(ctx context.Context, port int) error Types ¶ type Collector ¶ type Collector struct { // contains filtered or unexported fields } func New ¶ func New(svc string) *Collector func (*Collector) BootstrapInc ¶ func (c *Collector) BootstrapInc() func (*Collector) PublishEventInc ¶ func (c *Collector) PublishEventInc(aggregateType string, eventType string) func (*Collector) Register ¶ func (c *Collector) Register() Source Files ¶ View all Source files collector.go http.go Click to show internal directories. Click to hide internal directories.