Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTest = errors.New("TEST ERROR")
Functions ¶
Types ¶
type CacheFetcher ¶
type CacheFetcher struct {
Values map[interface{}]interface{}
sync.Mutex
// contains filtered or unexported fields
}
func (*CacheFetcher) Calls ¶
func (f *CacheFetcher) Calls() int
func (*CacheFetcher) Fetch ¶
func (f *CacheFetcher) Fetch(key interface{}) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.