See: Components

type IConfigReader interface {
	
	ReadConfig(ctx context.Context, correlationId string, parameters *c.ConfigParams) (*c.ConfigParams, error)
}