version

package
v1.26.0-kw4 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {

	// build date
	// Required: true
	BuildDate *string `json:"buildDate"`

	// compiler
	// Required: true
	Compiler *string `json:"compiler"`

	// git commit
	// Required: true
	GitCommit *string `json:"gitCommit"`

	// git tree state
	// Required: true
	GitTreeState *string `json:"gitTreeState"`

	// git version
	// Required: true
	GitVersion *string `json:"gitVersion"`

	// go version
	// Required: true
	GoVersion *string `json:"goVersion"`

	// major
	// Required: true
	Major *string `json:"major"`

	// minor
	// Required: true
	Minor *string `json:"minor"`

	// platform
	// Required: true
	Platform *string `json:"platform"`
}

Info Info contains versioning information. how we'll want to distribute that information.

swagger:model Info

Jump to

Keyboard shortcuts

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