wings/control/service.go
2017-10-01 20:42:17 +02:00

11 lines
220 B
Go

package control
type Service struct {
server *Server
// EnvironmentName is the name of the environment used by the service
EnvironmentName string `json:"environmentName"`
DockerImage string `json:"dockerImage"`
}