commands

package
v1.0.77 Latest Latest
Warning

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

Go to latest
Published: May 12, 2026 License: MIT Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

func GetVersion

func GetVersion() string

func PrintError

func PrintError(err error)

func SetVersion

func SetVersion(v string)

Types

type AuthConfig

type AuthConfig struct {
	Token     string `json:"token"`
	Email     string `json:"email"`
	ServerURL string `json:"server_url"`
	ExpiresAt string `json:"expires_at,omitempty"`
}

type DomainAssignment

type DomainAssignment struct {
	Domain    string    `json:"domain"`
	Subdomain string    `json:"subdomain"`
	TunnelID  string    `json:"tunnel_id"`
	CreatedAt time.Time `json:"created_at"`
	LastUsed  time.Time `json:"last_used"`
}

type DomainInfo

type DomainInfo struct {
	ID            string
	Domain        string
	DNSConfigured bool
}

type VerifyResult

type VerifyResult struct {
	DNSConfigured bool   `json:"dns_configured"`
	DNSError      string `json:"dns_error"`
}

Jump to

Keyboard shortcuts

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