model

package
v0.0.0-...-ee63aef Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2025 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 VersionInfo

type VersionInfo struct {
	// Version is the version of the server
	Version string `json:"version"`
	// APIVersion is the version of the API
	APIVersion string `json:"apiVersion"`
	// GoVersion is the version of Go used to build the server
	GoVersion string `json:"goVersion"`
	// GitCommit is the git commit ID of the server
	GitCommit string `json:"gitCommit"`
	// BuildTime is the time when the server was built
	BuildTime string `json:"buildTime"`
	// FormattedTime is the formatted build time
	FormattedTime string `json:"formattedTime"`
	// OS is the operating system the server is running on
	OS string `json:"os"`
	// Arch is the architecture the server is running on
	Arch string `json:"arch"`
}

VersionInfo represents server version information

Jump to

Keyboard shortcuts

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