Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Behavior ¶
type Behavior[S, T any] interface { Run(context.Context, S, CacheableFn[S, T]) (T, error) }
type BehaviorType ¶
type BehaviorType int
const ( CacheType BehaviorType = iota WriteOnlyType BypassType )
Click to show internal directories.
Click to hide internal directories.