wings/control/service.go

11 lines
220 B
Go
Raw Normal View History

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"`
}