Documentation
¶
Overview ¶
Package config implements the functions, types, and interfaces for the module.
Package config implements the functions, types, and interfaces for the module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound defined error from kratos config package ErrNotFound = kratosconfig.ErrNotFound )
Functions ¶
This section is empty.
Types ¶
type KeyValue ¶ added in v0.0.4
type KeyValue = kratosconfig.KeyValue
Define types from kratos config package
type Observer ¶ added in v0.0.4
type Observer = kratosconfig.Observer
Define types from kratos config package
type Option ¶
type Option = kratosconfig.Option
Define types from kratos config package
func WithResolveActualTypes ¶ added in v0.0.4
WithResolveActualTypes enables resolving actual types
type Reader ¶ added in v0.0.4
type Reader = kratosconfig.Reader
Define types from kratos config package
type Value ¶ added in v0.0.4
type Value = kratosconfig.Value
Define types from kratos config package
type Watcher ¶ added in v0.0.4
type Watcher = kratosconfig.Watcher
Define types from kratos config package
Click to show internal directories.
Click to hide internal directories.