Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cache *cacher
Functions ¶
This section is empty.
Types ¶
type Generic ¶
type Generic[K comparable, T any] struct { sync.Mutex list.List[tracer[K, T]] // contains filtered or unexported fields }
func NewGeneric ¶
type Identifier ¶
type Identifier interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.