# Functions
NewUlimit creates a Ulimit based on the specified parts.
# Structs
Build represents a build element in compose file.
External represents an external network entry in compose file.
Network represents a service network in compose file.
Networks represents a list of service networks in compose file.
Ulimit represents ulimit information.
Ulimits represents a list of Ulimit.
Volume represent a service volume.
Volumes represents a list of service volumes in compose file.
# Type aliases
Command represents a docker command, can be a string or an array of strings.
MaporColonSlice represents a slice of strings that gets unmarshal from a YAML map into 'key:value' string.
MaporEqualSlice represents a slice of strings that gets unmarshal from a YAML map into 'key=value' string.
MaporSpaceSlice represents a slice of strings that gets unmarshal from a YAML map into 'key value' string.
MemStringorInt represents a string or an integer the String supports notations like 10m for then Megabyte of memory.
SliceorMap represents a slice or a map of strings.
StringorInt represents a string or an integer.
Stringorslice represents Using engine-api Strslice and augment it with YAML marshalling stuff.