Documentation ¶
Index ¶
- type Radix
- func (r *Radix) Delete(key string)
- func (r *Radix) Find(key string) (any, bool)
- func (r *Radix) FindAll(prefix string) []any
- func (r *Radix) GetAll() []any
- func (r *Radix) GetFirst() (string, any, bool)
- func (r *Radix) GetLast() (string, any, bool)
- func (r *Radix) GetNext(key string) (string, any, bool)
- func (r *Radix) Insert(key string, value any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.