flags

package
v0.0.0-...-2a50bf3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL