Documentation
¶
Index ¶
- type Memory
- func (t *Memory) Delete(key string) error
- func (t *Memory) Get(key string) (any, error)
- func (t *Memory) Has(key string) bool
- func (t *Memory) Init(app interfaces.IService) error
- func (t *Memory) Set(key string, args any, timeout time.Duration) error
- func (t *Memory) Stop() error
- func (t *Memory) String() string
- type Mock
- type TimeHeap
- type TimeHeapItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type TimeHeap ¶
type TimeHeap []*TimeHeapItem
type TimeHeapItem ¶
type TimeHeapItem struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.