Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Accounts ¶
func Accounts(root string, cfg *configuration.Configuration) error
Accounts migrates the old accounts directory structure to the new one.
func Certificates ¶
func Certificates(root string, cfg *configuration.Configuration) error
Types ¶
type OldAccount ¶
type OldAccount struct {
Email string `json:"email"`
Registration *OldResource `json:"registration"`
// Extra field to check if the account has been migrated.
Origin string `json:"origin,omitempty"`
}
type OldResource ¶
Click to show internal directories.
Click to hide internal directories.