Documentation
¶
Index ¶
- func KeyToFilename(key string) string
- type Client
- func (client Client) GetAny(ctx context.Context, key string, val any) error
- func (client Client) GetOrDefaultString(ctx context.Context, key, def string) string
- func (client Client) GetString(ctx context.Context, key string) (string, error)
- func (client Client) SetAny(ctx context.Context, key string, val any) error
- func (client Client) SetString(ctx context.Context, key, val string) error
- type Item
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyToFilename ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.