Documentation
¶
Overview ¶
Package cmd provides the command-line interface for nas-manager. It includes commands for DDNS management and ACME certificate operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
Build information set by ldflags
Functions ¶
Types ¶
type AcmeConfig ¶
type DDNSConfig ¶
type GitHubRelease ¶
type User ¶
type User struct {
Email string
Registration *registration.Resource
// contains filtered or unexported fields
}
func (*User) GetPrivateKey ¶
func (u *User) GetPrivateKey() crypto.PrivateKey
func (*User) GetRegistration ¶
func (u *User) GetRegistration() *registration.Resource
Source Files
¶
Click to show internal directories.
Click to hide internal directories.