Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Main ¶
func Main(ctx context.Context, params Parameters) int
Main is the entry point for the CLI application.
Types ¶
type Parameters ¶
type Parameters struct {
// Args is the command-line arguments. This should not include the command
// name, args[0].
Args []string
// Host is the default host name.
Host string
// DefaultAuthOptions provide default values for authentication related
// options (most notably SecretsDir: a directory with token cache).
DefaultAuthOptions auth.Options
}
Parameters is the set of application parametesr that can be supplied.
Source Files
¶
- coordinatorSource.go
- main.go
- path.go
- subcommandCat.go
- subcommandLatest.go
- subcommandQuery.go
- trinaryFlag.go
Click to show internal directories.
Click to hide internal directories.