libnetwork/types: remove unused UUID type
This type was added moved to the types package as part of a refactor in778e2a72b3
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:
parent
c203171ef6
commit
4269712d06
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue