Versions in this module Expand all Collapse all v1 v1.0.0 Apr 24, 2023 Changes in this version + var ErrKeyNotFound = errors.New("key not found") + type FnExpiryCallback func(string) + type State interface + Get func(ctx context.Context, key string) (*types.Function, error) + Set func(ctx context.Context, fn *types.Function) error + SetMultiple func(ctx context.Context, functions []*types.Function) []error + SetWithExpiry func(ctx context.Context, key string, expiry time.Duration) error