Documentation ¶
Index ¶
- func FromTreeToMainKey(k string) string
- type Key
- type ParserState
- type Storage
- func (s *Storage) Close() error
- func (s *Storage) DiskUsage() map[string]bytesize.ByteSize
- func (s *Storage) Get(startTime, endTime time.Time, key *Key) (*tree.Tree, *segment.Timeline, string, int, error)
- func (s *Storage) GetKeys(cb func(_k string) bool)
- func (s *Storage) GetValues(key string, cb func(v string) bool)
- func (s *Storage) InstallID() string
- func (s *Storage) Put(startTime, endTime time.Time, key *Key, val *tree.Tree, spyName string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromTreeToMainKey ¶
Types ¶
type Key ¶
type Key struct {
// contains filtered or unexported fields
}
func (*Key) Normalized ¶
func (*Key) SegmentKey ¶
type ParserState ¶
type ParserState int
Click to show internal directories.
Click to hide internal directories.