Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serv ¶
type Serv interface { Get(ctx context.Context) (*config.DynamicConfig, error) Update(context.Context, *config.DynamicConfig) error }
func NewConfigServ ¶
type StaticServ ¶
type StaticServ interface {
Get() (*config.StaticConfig, error)
}
func NewStaticConfigServ ¶
func NewStaticConfigServ(cfg config.StaticConfig) StaticServ
Click to show internal directories.
Click to hide internal directories.