mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-05-14 10:33:46 +00:00
- 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>
6 lines
193 B
Go
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
|