Documentation ¶
Index ¶
- func FromTreeToMainKey(k string) string
- type GetInput
- type GetOutput
- type Key
- type ParserState
- type PutInput
- type Storage
- func (s *Storage) Close() error
- func (s *Storage) DiskUsage() map[string]bytesize.ByteSize
- func (s *Storage) Get(gi *GetInput) (*GetOutput, 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(po *PutInput) 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.