Documentation
¶
Index ¶
- func MapFacadeOptionsToCallOptions(opts []FacadeOption) []services.CallOption
- type FacadeCfg
- type FacadeOption
- func WithAllowInconsistent() FacadeOption
- func WithDryRun() FacadeOption
- func WithFailFast() FacadeOption
- func WithForce() FacadeOption
- func WithNoStateCheck() FacadeOption
- func WithNoWait() FacadeOption
- func WithNoWorkerLimit() FacadeOption
- func WithRun() FacadeOption
- func WithStat() FacadeOption
- func WithVerbose() FacadeOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapFacadeOptionsToCallOptions ¶
func MapFacadeOptionsToCallOptions(opts []FacadeOption) []services.CallOption
Types ¶
type FacadeCfg ¶
type FacadeCfg struct {
NoStateCheck bool
Force bool
NoWait bool
Run bool
FailFast bool
Verbose bool
Stat bool
DryRun bool
NoWorkerLimit bool
AllowInconsistent bool
}
func ApplyFacadeOptions ¶
func ApplyFacadeOptions(opts []FacadeOption) *FacadeCfg
type FacadeOption ¶
type FacadeOption func(*FacadeCfg)
func WithAllowInconsistent ¶ added in v1.2.0
func WithAllowInconsistent() FacadeOption
func WithDryRun ¶ added in v1.2.0
func WithDryRun() FacadeOption
func WithFailFast ¶
func WithFailFast() FacadeOption
func WithForce ¶
func WithForce() FacadeOption
func WithNoStateCheck ¶
func WithNoStateCheck() FacadeOption
func WithNoWait ¶
func WithNoWait() FacadeOption
func WithNoWorkerLimit ¶ added in v1.2.0
func WithNoWorkerLimit() FacadeOption
func WithRun ¶
func WithRun() FacadeOption
func WithStat ¶ added in v1.1.0
func WithStat() FacadeOption
func WithVerbose ¶
func WithVerbose() FacadeOption
Click to show internal directories.
Click to hide internal directories.