version

package
v0.13.0-beta3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2021 License: MIT Imports: 6 Imported by: 0

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.

func LoadVersions

func LoadVersions() (*Versions, error)

LoadVersions loads version information.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL