Versions in this module Expand all Collapse all v0 v0.8.1 Apr 30, 2018 v0.8.0 Apr 11, 2018 Changes in this version + type Config struct + PartitionName string + Reporting ReportingConfig + Service string + type EventV1 struct + DecisionID string + Input *interface{} + Labels map[string]string + Path string + RequestedBy string + Result *interface{} + Revision string + Timestamp time.Time + type Plugin struct + func New(config []byte, manager *plugins.Manager) (*Plugin, error) + func (p *Plugin) Log(ctx context.Context, decision *server.Info) + func (p *Plugin) Start(ctx context.Context) error + func (p *Plugin) Stop(ctx context.Context) + type ReportingConfig struct + BufferSizeLimitBytes *int64 + MaxDelaySeconds *int64 + MinDelaySeconds *int64 + UploadSizeLimitBytes *int64