1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/plugin
Aaron Lehmann 428600108c plugingetter: Avoid all caps for constant declarations
Go style calls for mixed caps instead of all caps:
https://golang.org/doc/effective_go.html#mixed-caps

Change LOOKUP, ACQUIRE, and RELEASE to Lookup, Acquire, and Release.

This vendors a fork of libnetwork for now, to deal with a cyclic
dependency issue. The change will be upstream to libnetwork once this is
merged.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-01-04 10:19:04 -08:00
..
v2 plugingetter: Avoid all caps for constant declarations 2017-01-04 10:19:04 -08:00
backend_linux.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
backend_unsupported.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
blobstore.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
defs.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
manager.go Fix validation of plugins without rootfs in config 2016-12-27 15:36:12 -08:00
manager_linux.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
manager_solaris.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
manager_windows.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
store.go Merge pull request #29789 from miaoyq/optimization-error-description 2017-01-03 13:01:22 -08:00
store_test.go Implement content addressability for plugins 2016-12-23 13:29:58 -08:00