wings/control/service.go

11 lines
274 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" jsonapi:"primary,service"`
DockerImage string `json:"dockerImage" jsonapi:"attr,docker_image"`
}