libnetwork/types: remove unused UUID type

This type was added moved to the types package as part of a refactor
in 778e2a72b3
but the introduction of the sandbox API changed the existing API to
weak types (not using a plain string);
9a47be244a

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-07-29 02:06:31 +02:00
parent c203171ef6
commit 4269712d06
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -28,9 +28,6 @@ type EncryptionKey struct {
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
type QosPolicy struct {
MaxEgressBandwidth uint64