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" )
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
Click to show internal directories.
Click to hide internal directories.