1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/service
Daniel Nephin 0640a14b4f Move api/client -> cli/command
Using
  gomvpkg
     -from github.com/docker/docker/api/client
     -to github.com/docker/docker/cli/command
     -vcs_mv_cmd 'git mv {{.Src}} {{.Dst}}'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-09-08 15:46:29 -04:00
..
cmd.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
create.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
inspect.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
inspect_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
list.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
opts.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
opts_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
ps.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
remove.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
scale.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
update.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
update_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00