Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Profile ¶
type Profile struct { Provider string Token string Default bool // TODO get from config when verifying token // may need to fake in tests GitUsername string `yaml:"git_username"` GitEmail string `yaml:"git_email"` NetworkType string `yaml:"type,omitempty"` Network string `yaml:"network"` History []string `yaml:"history"` // contains filtered or unexported fields }
type Project ¶
type Project struct { Name string `yaml:"name,omitempty"` DefaultProfile string `yaml:"default_profile"` Location string }
func (Project) LibraryLoc ¶
func (Project) WebsiteLoc ¶
Click to show internal directories.
Click to hide internal directories.