Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeInputFile ¶
func ReadInputFile ¶
Types ¶
type EcsParameter ¶
type ExecInput ¶
type ExecInput struct {
EcsParameter
Cmd string `json:"command"`
Wait int `json:"wait"`
}
type PortForwardInput ¶
type PortForwardInput struct {
EcsParameter
TargetPortNumber string `json:"target_port_number"`
LocalPortNumber string `json:"local_port_number"`
}
type RemotePortForwardInput ¶
type RemotePortForwardInput struct {
EcsParameter
RemotePortNumber string `json:"remote_port_number"`
LocalPortNumber string `json:"local_port_number"`
Host string `json:"host"`
}
Click to show internal directories.
Click to hide internal directories.