README ¶ sf Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Do[T any](ctx context.Context, key string, fn func(context.Context) (T, error)) (T, error, bool) func DoVoid(ctx context.Context, key string, fn func(context.Context) error) (error, bool) func Forget(key string) func SetDisable(value bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Do ¶ func Do[T any](ctx context.Context, key string, fn func(context.Context) (T, error)) (T, error, bool) func DoVoid ¶ func DoVoid(ctx context.Context, key string, fn func(context.Context) error) (error, bool) func Forget ¶ func Forget(key string) func SetDisable ¶ func SetDisable(value bool) Types ¶ This section is empty. Source Files ¶ View all Source files sf.go Click to show internal directories. Click to hide internal directories.