containerd/windows
Stephen J Day 50532f231a
api: use weak imports for plugin protobufs
Because of a side-effect import, we have the possibility of pulling in
several unnecessary packages that are used by the plugin and not at
runtime to implement protobuf structures. Setting these imports to
`weak` prevents this from happening, reducing the total import set,
reducing memory usage and binary size.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-11-16 20:18:15 -08:00
..
hcsshimtypes api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00
hcsshim.go Split Windows config generation to support LCOW 2017-08-28 18:05:55 -07:00
io.go windows: Refactor whole code 2017-07-20 18:39:46 +02:00
meta.go windows: Refactor whole code 2017-07-20 18:39:46 +02:00
pid_pool.go windows: Refactor whole code 2017-07-20 18:39:46 +02:00
process.go api/events: split event types from events service 2017-11-16 15:20:46 -08:00
runtime.go api/events: split event types from events service 2017-11-16 15:20:46 -08:00
task.go api/events: split event types from events service 2017-11-16 15:20:46 -08:00