Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
Skip bool `yaml:"skip"`
Name string `yaml:"name"`
Port int `yaml:"port"`
Type Type `yaml:"type"`
Exec string `yaml:"exec"`
Stdout bool `yaml:"stdout"`
Stderr bool `yaml:"stderr"`
Files []string
Responses []*http_results.Result
}
Service is parsed from a service yaml file.
func NewService ¶
NewService takes in the content of a service yaml file and creates a Service.
Click to show internal directories.
Click to hide internal directories.