1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client/lib
David Calavera 8b15839ee8 Create interface that clients that talk to the api must fulfill.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-09 12:04:58 -05:00
..
client.go
container_commit.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
container_create.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
container_inspect.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
container_list.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
container_remove.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
container_rename.go Implement container rename with standalone client lib. 2015-12-09 12:04:56 -05:00
container_restart.go Implement docker restart with standalone client lib. 2015-12-09 12:04:56 -05:00
container_stop.go Implement docker stop with standalone client lib. 2015-12-09 12:04:57 -05:00
container_top.go Implement docker top with standalone client lib. 2015-12-09 12:04:57 -05:00
container_unpause.go Implement docker unpause with standalone client lib. 2015-12-09 12:04:57 -05:00
copy.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
diff.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
errors.go Fix client lib errors documentation. 2015-12-09 12:04:58 -05:00
events.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
export.go Implement docker export with standalone client lib. 2015-12-09 12:04:54 -05:00
history.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
image_build.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
image_create.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
image_import.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
image_list.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
image_load.go Implement docker load with standalone client lib. 2015-12-09 12:04:55 -05:00
image_remove.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
image_save.go Implement docker save with standalone client lib. 2015-12-09 12:04:56 -05:00
image_tag.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
info.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
kill.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
login.go Use ensureReaderClosed consistently to close a response body reader. 2015-12-09 12:04:58 -05:00
logs.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
network.go Implement docker network with standalone client lib. 2015-12-09 12:04:55 -05:00
pause.go Implement docker pause with standalone client lib. 2015-12-09 12:04:56 -05:00
request.go Implement getExitCode with standalone client lib. 2015-12-09 12:04:58 -05:00
version.go Create interface that clients that talk to the api must fulfill. 2015-12-09 12:04:58 -05:00
volume.go Implement docker volume with standalone client lib. 2015-12-09 12:04:58 -05:00
wait.go Implement docker wait with standalone client lib. 2015-12-09 12:04:58 -05:00