Versions in this module Expand all Collapse all v1 v1.6.1 May 26, 2022 Changes in this version + const KillProcessBin + const StopProcessBin + func NewKillProcessActionCommandSpec() spec.ExpActionCommandSpec + func NewProcessCommandModelSpec() spec.ExpModelCommandSpec + func NewStopProcessActionCommandSpec() spec.ExpActionCommandSpec + type KillProcessActionCommandSpec struct + func (*KillProcessActionCommandSpec) Aliases() []string + func (*KillProcessActionCommandSpec) Categories() []string + func (*KillProcessActionCommandSpec) Name() string + func (*KillProcessActionCommandSpec) ShortDesc() string + func (k *KillProcessActionCommandSpec) LongDesc() string + type KillProcessExecutor struct + func (kpe *KillProcessExecutor) Exec(uid string, ctx context.Context, model *spec.ExpModel) *spec.Response + func (kpe *KillProcessExecutor) Name() string + func (kpe *KillProcessExecutor) SetChannel(channel spec.Channel) + type ProcessCommandModelSpec struct + func (*ProcessCommandModelSpec) LongDesc() string + func (*ProcessCommandModelSpec) Name() string + func (*ProcessCommandModelSpec) ShortDesc() string + type StopProcessActionCommandSpec struct + func (*StopProcessActionCommandSpec) Aliases() []string + func (*StopProcessActionCommandSpec) Name() string + func (*StopProcessActionCommandSpec) ShortDesc() string + func (s *StopProcessActionCommandSpec) LongDesc() string + type StopProcessExecutor struct + func (spe *StopProcessExecutor) Exec(uid string, ctx context.Context, model *spec.ExpModel) *spec.Response + func (spe *StopProcessExecutor) Name() string + func (spe *StopProcessExecutor) SetChannel(channel spec.Channel) v1.6.1-1 May 27, 2022