See: IConfigurable

type IConfigurable interface {

  Configure(ctx context.Context, config *ConfigParams)
}