cli

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LocalhostURL is set to "http://localhost/" because all API calls
	// are routed through a Unix Domain Socket (UDS) and not over
	// a conventional network. The HTTP client ignores the actual
	// address and sends all requests to the local UDS path. This
	// is just a placeholder URL to satisfy the http.Client's
	// requirement for a valid URL format.
	LocalhostURL = "http://localhost/"

	CommandTimeout = 5 * time.Second
)
View Source
const (
	SocketPathFlagName     = "socketPath"
	ConfigFlagName         = "config"
	TrustDomainFlagName    = "trustDomain"
	TrustDomainAFlagName   = "trustDomainA"
	TrustDomainBFlagName   = "trustDomainB"
	ConsentStatusFlagName  = "status"
	TTLFlagName            = "ttl"
	RelationshipIDFlagName = "relationshipID"
	JoinTokenFlagName      = "joinToken"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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