Documentation
¶
Overview ¶
Package version provides version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Versions ¶
type Versions struct { // Mutagen is the Mutagen version. Mutagen string `json:"mutagen"` // Compose is the Compose version. Compose string `json:"compose"` // Docker is the Docker version. Docker string `json:"docker"` }
Versions encodes the dependency versions for Mutagen Compose. It is designed to be serialized as JSON.
Click to show internal directories.
Click to hide internal directories.