Versions in this module Expand all Collapse all v0 v0.0.1 Feb 26, 2026 Changes in this version + var ErrExistingAccount = errors2.New("existing account detected, refusing to overwrite") + var ErrNoAccount = errors2.New("no account detected, register one first") + var ErrTOSNotAccepted = errors2.New("TOS not accepted") + func CreateContext() *config.Context + func EnsureConfigValidAccount() error + func EnsureNoExistingAccount() error + func FormatMessage(shortMessage string, longMessage string) string + func PrintAccountDetails(account *cloudflare.Account, boundDevices []cloudflare.BoundDevice) + func RunCommandFatal(cmd func() error) + func SetDeviceName(ctx *config.Context, deviceName string) (*cloudflare.BoundDevice, error)