Documentation ¶ Index ¶ type Commands type Project type Projects type Spinup func New() *Spinup func NewWithConfig(config *config.Config) *Spinup func (s *Spinup) Handle() type Variables Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Commands ¶ type Commands map[string]string type Project ¶ type Project struct { Domain string `json:"domain"` Port int `json:"port"` Commands []string `json:"commands"` Dir *string `json:"dir"` Variables Variables `json:"variables"` } type Projects ¶ type Projects map[string]Project type Spinup ¶ type Spinup struct { // contains filtered or unexported fields } func New ¶ func New() *Spinup func NewWithConfig ¶ added in v0.4.0 func NewWithConfig(config *config.Config) *Spinup func (*Spinup) Handle ¶ func (s *Spinup) Handle() type Variables ¶ type Variables map[string]string Source Files ¶ View all Source files command.goinit.goproject.gorun.gospinup.govariable.go Click to show internal directories. Click to hide internal directories.