ImagesOptions group options of the Images API
| 381 | |
| 382 | // ImagesOptions group options of the Images API |
| 383 | type ImagesOptions struct { |
| 384 | Services []string |
| 385 | } |
| 386 | |
| 387 | // KillOptions group options of the Kill API |
| 388 | type KillOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected