Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
ID string `json:"id"`
Name string `json:"name"` // module name
Cname string `json:"cname"` // service cname
Packaging string `json:"packaging"`
Envs map[string]*Env `json:"envs,omitempty"`
Ports map[int]*Port `json:"ports,omitempty"`
}
Service represents a module in a multi-module project.
Click to show internal directories.
Click to hide internal directories.