package
Version:
v1.23.0
Opens a new window with list of versions in this module.
Published: Jan 11, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cache interface {
Get(key string, fetcher fetcher) error
}
type Fetcher[T any] struct {
Result T
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.