version

package
v0.1.26 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package version provides api model for version information.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	Major        string `json:"major"        yaml:"major"`
	Minor        string `json:"minor"        yaml:"minor"`
	GitVersion   string `json:"gitVersion"   yaml:"gitVersion"`
	GitCommit    string `json:"gitCommit"    yaml:"gitCommit"`
	GitTreeState string `json:"gitTreeState" yaml:"gitTreeState"`
	BuildDate    string `json:"buildDate"    yaml:"buildDate"`
	GoVersion    string `json:"goVersion"    yaml:"goVersion"`
	Compiler     string `json:"compiler"     yaml:"compiler"`
	Platform     string `json:"platform"     yaml:"platform"`

} // @name VersionInfo

Info contains version information about the application.

Jump to

Keyboard shortcuts

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