Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAccount ¶
func AddAccount(ad *AccountData) *mastodon.Client
Types ¶
type AccountData ¶
type AccountData struct {
Accounts []Account `yaml:"accounts"`
}
func GetAccounts ¶
func GetAccounts(filepath string) (*AccountData, error)
func StartAuth ¶
func StartAuth(newUser bool) *AccountData
func (*AccountData) Save ¶
func (ad *AccountData) Save(filepath string) error
Click to show internal directories.
Click to hide internal directories.