Versions in this module Expand all Collapse all v0 v0.4.0 Apr 5, 2023 Changes in this version + type Cfg struct + Get CfgGet + Set CfgSet + type CfgGet struct + Key string + func (g *CfgGet) Run(ctx context.Context, logger log.FLogger, config client.Config) error + type CfgSet struct + Key string + Value string + func (g *CfgSet) Run(ctx context.Context, logger log.FLogger, config client.Config) error