Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateConfig ¶
func ValidateConfig(sl validator.StructLevel)
Types ¶
type API ¶
type Store ¶
type Store interface { Get(ctx context.Context) (datastorage.DataStorage, error) Update(context.Context, datastorage.Config) (datastorage.DataStorage, error) }
Click to show internal directories.
Click to hide internal directories.