account

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PathFromIdentity

func PathFromIdentity(identityPath string) string

PathFromIdentity returns the account file path derived from an identity file path. If identity is "/var/lib/pilot/identity.json", returns "/var/lib/pilot/account.json".

func Save

func Save(path string, acct *Account) error

Save writes the account to disk atomically with 0600 permissions.

Types

type Account

type Account struct {
	Email string `json:"email"`
}

Account holds persisted account information alongside the identity file.

func Load

func Load(path string) (*Account, error)

Load reads an account from disk. Returns nil, nil if the file does not exist.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL