Documentation
¶
Index ¶
- func Create(name, dir string) error
- type Cortex
- func (c *Cortex) Add(t *trace.Trace) error
- func (c *Cortex) Archive(id string) error
- func (c *Cortex) ArchiveDir() string
- func (c *Cortex) Close() error
- func (c *Cortex) Get(id string) (*Row, error)
- func (c *Cortex) List(opts ListOptions) ([]Row, error)
- func (c *Cortex) Remove(id string) error
- func (c *Cortex) Search(query string, opts ListOptions) ([]Row, error)
- func (c *Cortex) TraceFile(id string, archived bool) string
- func (c *Cortex) TracesDir() string
- func (c *Cortex) Unarchive(id string) error
- func (c *Cortex) Update(id string) error
- type ListOptions
- type Manifest
- type Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cortex ¶
func (*Cortex) ArchiveDir ¶
type ListOptions ¶
Click to show internal directories.
Click to hide internal directories.