| 232 | } |
| 233 | |
| 234 | type Base struct { |
| 235 | prefix string |
| 236 | Name string `json:"name"` |
| 237 | Version int `json:"version"` |
| 238 | Manifest *Manifest |
| 239 | DockerClient *docker.Client |
| 240 | } |
| 241 | |
| 242 | type AppConfig struct { |
| 243 | ContainerId string |
nothing calls this directly
no outgoing calls
no test coverage detected