Files
docker-cli/cli/command/service
Sebastiaan van Stijn 1e7774228c service: remove unused opts from newService() (unparam)
```
cli/command/service/client_test.go:75:41: `newService` - `opts` always receives `nil` (unparam)
func newService(id string, name string, opts ...func(*swarm.Service)) swarm.Service {
                                        ^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-31 19:22:43 +01:00
..
2018-06-08 18:24:26 +02:00
2019-04-12 11:17:34 -05:00
2018-10-23 17:05:44 +02:00
2019-10-29 15:49:35 +01:00
2018-05-11 16:49:43 -07:00
2019-10-31 19:22:16 +01:00
2019-04-13 17:51:15 +02:00
2019-04-12 11:17:34 -05:00
2018-06-08 18:24:26 +02:00
2018-05-11 16:49:43 -07:00
2018-06-08 18:24:26 +02:00
2017-10-25 14:49:26 -04:00
2018-05-11 16:49:43 -07:00
2018-05-11 16:49:43 -07:00
2019-04-12 11:17:34 -05:00