Files
libnetwork/types/types.go
Alessandro Boch 778e2a72b3 Refactor driverapi, sandbox pkgs
- Move SanboxInfo and Interface structures in sandbox package
  (changed it to Info as per golint)
- Move UUID to new internal pkg types
- Updated .gitignore to ignore IDE project files

Signed-off-by: Alessandro Boch <aboch@docker.com>
2015-04-21 09:44:39 -07:00

6 lines
193 B
Go

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