Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Output struct + func NewOutput() *Output + func (o *Output) Add(k string, v *OutputIngest) + func (o *Output) GetTags() map[string]string + func (o *Output) Hash() uint64 + func (o *Output) Profiles() map[string]*OutputIngest + func (o *Output) String() string + type OutputIngest struct + App *appmetadata.ApplicationMetadata + CollectTime *time.Time + Segment *segment.Segment + SegmentKey string + Tree *tree.Tree + TreeKey string + type ProfileIngest struct + ContentType string + Format ingestion.Format + Key string + Metadata ingestion.Metadata + RawData []byte + func (p *ProfileIngest) Copy() *ProfileIngest + func (p *ProfileIngest) GetTags() map[string]string + func (p *ProfileIngest) Hash() uint64 + func (p *ProfileIngest) String() string + type TableDict struct + Key string + Value string + type TableDimension struct + Key string + Value string + type TableGeneral struct + K string + Timestamp time.Time + V string + type TableMain struct + Key string + Value string + type TableProfile struct + Key string + Value string + type TableSegment struct + Key string + Value string + type TableTree struct + Key string + Value string