Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
// SetKey sets a key under a specified namespace.
SetKey(ctx context.Context, key, namespace, value string) error
// GetKey returns the value for a combination of key and namespace, if set.
GetKey(ctx context.Context, key, namespace string) (string, error)
}
Manager defines an interface for a preferences manager.
Click to show internal directories.
Click to hide internal directories.