Documentation ¶
Index ¶
- func InitConfig(configPath string) error
- func SaveConfig() error
- type Config
- func (Config) GetAccountCompanyId() int
- func (Config) GetAccountEmail() string
- func (Config) GetAccountPassword() string
- func (Config) Save() error
- func (Config) SetAccountCompanyId(id int) error
- func (Config) SetAccountEmail(email string) error
- func (Config) SetAccountPassword(password string) error
- type ExtensionConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
func SaveConfig ¶
func SaveConfig() error
Types ¶
type Config ¶
type Config struct{}
func (Config) GetAccountCompanyId ¶
func (Config) GetAccountEmail ¶
func (Config) GetAccountPassword ¶
func (Config) SetAccountCompanyId ¶
func (Config) SetAccountEmail ¶
func (Config) SetAccountPassword ¶
Click to show internal directories.
Click to hide internal directories.