atlas

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 58 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Builder

func Builder() *cobra.Command

Builder conditionally adds children commands as needed.

Types

type AuthRequirements

type AuthRequirements int64
const (
	// NoAuth command does not require authentication.
	NoAuth AuthRequirements = 0
	// RequiredAuth command requires authentication.
	RequiredAuth AuthRequirements = 1
	// command can work with or without authentication,
	// and if access token token is found, try to refresh it.
	OptionalAuth AuthRequirements = 2
)

type Notifier

type Notifier struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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