Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunOnce ¶
type RunOnce struct {
// contains filtered or unexported fields
}
RunOnce is used to make sure that an expensive operation is run only once per key It caches the result the first time it's run
func NewRunOnce ¶
Click to show internal directories.
Click to hide internal directories.