Documentation
¶
Overview ¶
Package functions contains higher-order functions that are useful for various purposes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CacheKeyer ¶
type CacheKeyer interface {
// Key returns a string that can be used as a key in a cache.
Key(...any) string
}
CacheKeyer is an interface that represents any type that can be used as a key in a cache.
Click to show internal directories.
Click to hide internal directories.