Versions in this module Expand all Collapse all v0 v0.0.1 Mar 27, 2019 Changes in this version + type BurnActionSpec struct + func (*BurnActionSpec) Aliases() []string + func (*BurnActionSpec) Executor(channel exec.Channel) exec.Executor + func (*BurnActionSpec) Flags() []exec.ExpFlagSpec + func (*BurnActionSpec) LongDesc() string + func (*BurnActionSpec) Matchers() []exec.ExpFlagSpec + func (*BurnActionSpec) Name() string + func (*BurnActionSpec) ShortDesc() string + type BurnIOExecutor struct + func (*BurnIOExecutor) Name() string + func (be *BurnIOExecutor) Exec(uid string, ctx context.Context, model *exec.ExpModel) *transport.Response + func (be *BurnIOExecutor) SetChannel(channel exec.Channel) + type CpuCommandModelSpec struct + func (*CpuCommandModelSpec) Actions() []exec.ExpActionCommandSpec + func (*CpuCommandModelSpec) Example() string + func (*CpuCommandModelSpec) LongDesc() string + func (*CpuCommandModelSpec) Name() string + func (*CpuCommandModelSpec) PreExecutor() exec.PreExecutor + func (*CpuCommandModelSpec) ShortDesc() string + func (cms *CpuCommandModelSpec) Flags() []exec.ExpFlagSpec + type DelayActionSpec struct + func (*DelayActionSpec) Aliases() []string + func (*DelayActionSpec) Executor(channel exec.Channel) exec.Executor + func (*DelayActionSpec) Flags() []exec.ExpFlagSpec + func (*DelayActionSpec) LongDesc() string + func (*DelayActionSpec) Matchers() []exec.ExpFlagSpec + func (*DelayActionSpec) Name() string + func (*DelayActionSpec) ShortDesc() string + type DiskCommandSpec struct + func (*DiskCommandSpec) Actions() []exec.ExpActionCommandSpec + func (*DiskCommandSpec) Example() string + func (*DiskCommandSpec) Flags() []exec.ExpFlagSpec + func (*DiskCommandSpec) LongDesc() string + func (*DiskCommandSpec) Name() string + func (*DiskCommandSpec) PreExecutor() exec.PreExecutor + func (*DiskCommandSpec) ShortDesc() string + type DnsActionSpec struct + func (*DnsActionSpec) Aliases() []string + func (*DnsActionSpec) Executor(channel exec.Channel) exec.Executor + func (*DnsActionSpec) Flags() []exec.ExpFlagSpec + func (*DnsActionSpec) LongDesc() string + func (*DnsActionSpec) Matchers() []exec.ExpFlagSpec + func (*DnsActionSpec) Name() string + func (*DnsActionSpec) ShortDesc() string + type DropActionSpec struct + func (*DropActionSpec) Aliases() []string + func (*DropActionSpec) Executor(channel exec.Channel) exec.Executor + func (*DropActionSpec) Flags() []exec.ExpFlagSpec + func (*DropActionSpec) LongDesc() string + func (*DropActionSpec) Matchers() []exec.ExpFlagSpec + func (*DropActionSpec) Name() string + func (*DropActionSpec) ShortDesc() string + type FillActionExecutor struct + func (*FillActionExecutor) Name() string + func (fae *FillActionExecutor) Exec(uid string, ctx context.Context, model *exec.ExpModel) *transport.Response + func (fae *FillActionExecutor) SetChannel(channel exec.Channel) + type FillActionSpec struct + func (*FillActionSpec) Aliases() []string + func (*FillActionSpec) Executor(channel exec.Channel) exec.Executor + func (*FillActionSpec) Flags() []exec.ExpFlagSpec + func (*FillActionSpec) LongDesc() string + func (*FillActionSpec) Matchers() []exec.ExpFlagSpec + func (*FillActionSpec) Name() string + func (*FillActionSpec) ShortDesc() string + type KillActionCommandSpec struct + func (*KillActionCommandSpec) Aliases() []string + func (*KillActionCommandSpec) Executor(channel exec.Channel) exec.Executor + func (*KillActionCommandSpec) Flags() []exec.ExpFlagSpec + func (*KillActionCommandSpec) LongDesc() string + func (*KillActionCommandSpec) Matchers() []exec.ExpFlagSpec + func (*KillActionCommandSpec) Name() string + func (*KillActionCommandSpec) ShortDesc() string + type LossActionSpec struct + func (*LossActionSpec) Aliases() []string + func (*LossActionSpec) Executor(channel exec.Channel) exec.Executor + func (*LossActionSpec) Flags() []exec.ExpFlagSpec + func (*LossActionSpec) LongDesc() string + func (*LossActionSpec) Matchers() []exec.ExpFlagSpec + func (*LossActionSpec) Name() string + func (*LossActionSpec) ShortDesc() string + type NetworkCommandSpec struct + func (*NetworkCommandSpec) Actions() []exec.ExpActionCommandSpec + func (*NetworkCommandSpec) Example() string + func (*NetworkCommandSpec) Flags() []exec.ExpFlagSpec + func (*NetworkCommandSpec) LongDesc() string + func (*NetworkCommandSpec) Name() string + func (*NetworkCommandSpec) PreExecutor() exec.PreExecutor + func (*NetworkCommandSpec) ShortDesc() string + type NetworkDelayExecutor struct + func (de *NetworkDelayExecutor) Exec(uid string, ctx context.Context, model *exec.ExpModel) *transport.Response + func (de *NetworkDelayExecutor) Name() string + func (de *NetworkDelayExecutor) SetChannel(channel exec.Channel) + type NetworkDnsExecutor struct + func (*NetworkDnsExecutor) Name() string + func (ns *NetworkDnsExecutor) Exec(uid string, ctx context.Context, model *exec.ExpModel) *transport.Response + func (ns *NetworkDnsExecutor) SetChannel(channel exec.Channel) + type NetworkDropExecutor struct + func (*NetworkDropExecutor) Name() string + func (ne *NetworkDropExecutor) Exec(suid string, ctx context.Context, model *exec.ExpModel) *transport.Response + func (ne *NetworkDropExecutor) SetChannel(channel exec.Channel) + type NetworkLossExecutor struct + func (*NetworkLossExecutor) Name() string + func (nle *NetworkLossExecutor) Exec(uid string, ctx context.Context, model *exec.ExpModel) *transport.Response + func (nle *NetworkLossExecutor) SetChannel(channel exec.Channel) + type ProcessCommandModelSpec struct + func (*ProcessCommandModelSpec) Actions() []exec.ExpActionCommandSpec + func (*ProcessCommandModelSpec) Example() string + func (*ProcessCommandModelSpec) Flags() []exec.ExpFlagSpec + func (*ProcessCommandModelSpec) LongDesc() string + func (*ProcessCommandModelSpec) Name() string + func (*ProcessCommandModelSpec) PreExecutor() exec.PreExecutor + func (*ProcessCommandModelSpec) ShortDesc() string + type ProcessExecutor struct + func (pe *ProcessExecutor) Exec(uid string, ctx context.Context, model *exec.ExpModel) *transport.Response + func (pe *ProcessExecutor) Name() string + func (pe *ProcessExecutor) SetChannel(channel exec.Channel)