501409827e
some minor stuff just pushing so I can try to replace fsouza/go-dockerclient with moby/moby/client
11 lines
274 B
Go
11 lines
274 B
Go
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"`
|
|
}
|