version

package
v0.0.0-...-354d10d Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Overview

Package version contains all identifiable versioning info for describing the preflight project.

Index

Constants

This section is empty.

Variables

View Source
var Version = VersionContext{
	Name:    projectName,
	Version: version,
	Commit:  commit,
}

Functions

This section is empty.

Types

type VersionContext

type VersionContext struct {
	Name    string `json:"name"`
	Version string `json:"version"`
	Commit  string `json:"commit"`
}

func (*VersionContext) String

func (vc *VersionContext) String() string

Jump to

Keyboard shortcuts

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