Explorar el Código

libnetwork/types: remove unused UUID type

This type was added moved to the types package as part of a refactor
in https://github.com/moby/libnetwork/commit/778e2a72b3c6b739d8a9d430b99c75d6ef35f797
but the introduction of the sandbox API changed the existing API to
weak types (not using a plain string);
https://github.com/moby/libnetwork/commit/9a47be244afb706a919fdafa4daef20d3d1b8510

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn hace 1 año
padre
commit
4269712d06
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      libnetwork/types/types.go

+ 0 - 3
libnetwork/types/types.go

@@ -28,9 +28,6 @@ type EncryptionKey struct {
 	LamportTime uint64
 	LamportTime uint64
 }
 }
 
 
-// UUID represents a globally unique ID of various resources like network and endpoint
-type UUID string
-
 // QosPolicy represents a quality of service policy on an endpoint
 // QosPolicy represents a quality of service policy on an endpoint
 type QosPolicy struct {
 type QosPolicy struct {
 	MaxEgressBandwidth uint64
 	MaxEgressBandwidth uint64