1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster
Kir Kolyshkin 05e2f7e2fa context.WithTimeout: do call the cancel func
govet complains (when using standard "context" package):

> the cancel function returned by context.WithTimeout should be called,
> not discarded, to avoid a context leak (vet)

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-04-20 12:27:13 -07:00
..
controllers/plugin Fix typos in daemon 2018-02-10 19:42:54 +08:00
convert Automated migration using 2018-03-16 11:03:43 -04:00
executor daemon/cluster: handle partial attachment entries during configure 2018-04-04 15:53:14 -07:00
provider Add canonical import comment 2018-02-05 16:51:57 -05:00
cluster.go Refactor code in cmd/dockerd/daemon.go 2018-04-13 00:14:20 +05:30
configs.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filters.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filters_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
helpers.go Add canonical import comment 2018-02-05 16:51:57 -05:00
listen_addr.go Add canonical import comment 2018-02-05 16:51:57 -05:00
listen_addr_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
listen_addr_others.go Add canonical import comment 2018-02-05 16:51:57 -05:00
networks.go Add canonical import comment 2018-02-05 16:51:57 -05:00
noderunner.go Expose swarm raft tuning parameters in engine config 2018-03-28 16:54:43 -07:00
nodes.go Add canonical import comment 2018-02-05 16:51:57 -05:00
secrets.go Add canonical import comment 2018-02-05 16:51:57 -05:00
services.go Move all daemon image methods into imageService 2018-02-26 16:48:29 -05:00
swarm.go context.WithTimeout: do call the cancel func 2018-04-20 12:27:13 -07:00
tasks.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utils.go Add canonical import comment 2018-02-05 16:51:57 -05:00