Versions in this module Expand all Collapse all v1 v1.32.0 Apr 4, 2025 Changes in this version + type Executor struct + BaseConfiguration string + BaseOutput json.RawMessage + Configuration json.RawMessage + Output *Output + Type string + func (e *Executor) UnmarshalJSON(b []byte) error + type InnerExecutor Executor + type Output struct + Format interface{} + Strategy OutputStrategy + type OutputStrategy int + const OutputStrategymerge + const OutputStrategynone + const OutputStrategytemplate + func (i OutputStrategy) String() string + func (r *OutputStrategy) UnmarshalJSON(data []byte) error + func (r OutputStrategy) MarshalJSON() ([]byte, error)