types.go 193 B

12345
  1. // Package types contains types that are common across libnetwork project
  2. package types
  3. // UUID represents a globally unique ID of various resources like network and endpoint
  4. type UUID string