Documentation
¶
Index ¶
- func Clear(_ context.Context, prefix string) (err error)
- func Fetch[T any](ctx context.Context, prefix string, cfg *T) error
- func FetchPointer[T any](ctx context.Context, prefix string, cfg T) (err error)
- func Store[T any](ctx context.Context, prefix string, cfg *T) error
- func StorePointer[T any](ctx context.Context, prefix string, cfg T) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchPointer ¶
FetchPointer is like Fetch but working on a pointer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.