containerd/api/types
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
..
task api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00
descriptor.pb.go api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00
descriptor.proto api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00
doc.go api/types: consolidate types package 2017-06-23 13:50:28 -07:00
metrics.pb.go api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00
metrics.proto api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00
mount.pb.go api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00
mount.proto api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00
platform.pb.go api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00
platform.proto api: use weak imports for plugin protobufs 2017-11-16 20:18:15 -08:00