Documentation ¶
Index ¶
- type Store
- func (s *Store) Get(ctx context.Context, appID, traceID string, iter trace2.EventIterator) error
- func (s *Store) List(ctx context.Context, q *trace2.Query, iter trace2.ListEntryIterator) error
- func (s *Store) Listen(ch chan<- trace2.NewSpanEvent)
- func (s *Store) WriteEvents(ctx context.Context, meta *trace2.Meta, events []*tracepbcli.TraceEvent) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) Listen ¶
func (s *Store) Listen(ch chan<- trace2.NewSpanEvent)
func (*Store) WriteEvents ¶
func (s *Store) WriteEvents(ctx context.Context, meta *trace2.Meta, events []*tracepbcli.TraceEvent) error
Click to show internal directories.
Click to hide internal directories.