diff --git a/types/types.go b/types/types.go index 6a2ad23..b69bbae 100644 --- a/types/types.go +++ b/types/types.go @@ -362,6 +362,7 @@ type NetworkResource struct { // EndpointResource contains network resources allocated and used for a container in a network type EndpointResource struct { + Name string EndpointID string MacAddress string IPv4Address string