Documentation ¶
Index ¶
Constants ¶
View Source
const ( PutEvent = "PUT" DeleteEvent = "DELETE" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item[K comparable, V any] struct { Key K Value V }
type Iterator ¶
type Iterator[K comparable, V any] <-chan Item[K, V]
type SortFunction ¶
type SortFunction[K constraints.Ordered] func(data []K, i, j int) bool
type UnmarshalFunc ¶
encoding/json Unmarshal function type
type Watcher ¶
type Watcher[K comparable, V any] <-chan WatchMsg[K, V]
Click to show internal directories.
Click to hide internal directories.