Documentation
¶
Overview ¶
Package flags defines the flags in the command line.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentFlags ¶
type AgentFlags struct {
Action string
Onetime bool
Address string
Protocol string
// contains filtered or unexported fields
}
AgentFlags .
func NewAgentFlags ¶
func NewAgentFlags(projectID, zone, instance, projectNumber, image string) *AgentFlags
NewAgentFlags initialize flags and return the reference of struct agentFlags.
func (*AgentFlags) Execute ¶
func (af *AgentFlags) Execute() (string, bool)
Execute based on the flag values. Return false if the caller needs to stop running. Otherwise return true.
Click to show internal directories.
Click to hide internal directories.