package
Version:
v1.0.77
Opens a new window with list of versions in this module.
Published: May 12, 2026
License: MIT
Opens a new window with license information.
Imports: 27
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func PrintError(err error)
type AuthConfig struct {
Token string `json:"token"`
Email string `json:"email"`
ServerURL string `json:"server_url"`
ExpiresAt string `json:"expires_at,omitempty"`
}
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 VerifyResult struct {
DNSConfigured bool `json:"dns_configured"`
DNSError string `json:"dns_error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.