1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server
Tibor Vass 9152e63290 api: generalize version information to any platform component
This change adds a Platform struct with a Name field and a general
Components field to the Version API type. This will allow API
consumers to show version information for the whole platform and
it will allow API providers to set the versions for the various
components of the platform.

All changes here are backwards compatible.

Signed-off-by: Tibor Vass <tibor@docker.com>
2017-12-06 23:23:55 +01:00
..
backend/build return prune data when context canceled 2017-07-10 10:06:24 +08:00
httputils LCOW: API change JSON header to string POST parameter 2017-10-06 15:26:48 -07:00
middleware Always return version and server headers 2017-10-11 22:06:43 +02:00
router api: generalize version information to any platform component 2017-12-06 23:23:55 +01:00
middleware.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
router_swapper.go
server.go Remove deprecated --enable-api-cors flag 2017-09-12 12:43:34 +02:00
server_test.go