Vendor dependencies

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov 2016-01-05 14:56:27 -08:00
parent 9f1a65e941
commit e17cf1ad4f
474 changed files with 71500 additions and 0 deletions

View file

@ -0,0 +1,5 @@
package libcontainer
type Stats struct {
Interfaces []*NetworkInterface
}