Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadAuthToken ¶
func ProjectSettingsDir ¶
Types ¶
type ProjectSettings ¶
type ProjectSettings struct {
Model *model.Model `json:"model"`
// contains filtered or unexported fields
}
func LoadProjectSettings ¶
func LoadProjectSettings(projectRoot string) (*ProjectSettings, error)
func (*ProjectSettings) Save ¶
func (s *ProjectSettings) Save() error
type UserSettings ¶
func LoadUserSettings ¶
func LoadUserSettings() (*UserSettings, error)
func (*UserSettings) Token ¶
func (s *UserSettings) Token(address string) string
Click to show internal directories.
Click to hide internal directories.