Documentation
¶
Index ¶
- func NewAttachCmd(m types.Monitor, stdout io.WriteCloser) types.Command
- func NewExecCmd(m types.Monitor, invokeConfig *build.InvokeConfig, stdout io.WriteCloser) types.Command
- func NewPsCmd(m types.Monitor, stdout io.WriteCloser) types.Command
- func NewReloadCmd(m types.Monitor) types.Command
- func NewRollbackCmd(m types.Monitor, invokeConfig *build.InvokeConfig, stdout io.WriteCloser) types.Command
- type AttachCmd
- type ExecCmd
- type PsCmd
- type ReloadCmd
- type RollbackCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAttachCmd ¶
func NewExecCmd ¶
func NewExecCmd(m types.Monitor, invokeConfig *build.InvokeConfig, stdout io.WriteCloser) types.Command
func NewRollbackCmd ¶
func NewRollbackCmd(m types.Monitor, invokeConfig *build.InvokeConfig, stdout io.WriteCloser) types.Command
Types ¶
type AttachCmd ¶
type AttachCmd struct {
// contains filtered or unexported fields
}
func (*AttachCmd) Info ¶
func (cm *AttachCmd) Info() types.CommandInfo
type ExecCmd ¶
type ExecCmd struct {
// contains filtered or unexported fields
}
func (*ExecCmd) Info ¶
func (cm *ExecCmd) Info() types.CommandInfo
type PsCmd ¶
type PsCmd struct {
// contains filtered or unexported fields
}
func (*PsCmd) Info ¶
func (cm *PsCmd) Info() types.CommandInfo
type ReloadCmd ¶
type ReloadCmd struct {
// contains filtered or unexported fields
}
func (*ReloadCmd) Info ¶
func (cm *ReloadCmd) Info() types.CommandInfo
type RollbackCmd ¶
type RollbackCmd struct {
// contains filtered or unexported fields
}
func (*RollbackCmd) Info ¶
func (cm *RollbackCmd) Info() types.CommandInfo
Click to show internal directories.
Click to hide internal directories.