Documentation
¶
Index ¶
Constants ¶
View Source
const BinaryName = "rancher-mcp-server"
BinaryName is the name of the binary
Variables ¶
View Source
var ( // Version is the current version of the Rancher MCP Server Version = "0.1.0" // GitCommit is the git commit hash GitCommit = "unknown" // BuildDate is the build date BuildDate = "unknown" // GoVersion is the Go runtime version GoVersion = runtime.Version() // Platform is the build platform Platform = fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) )
Functions ¶
func GetVersionInfo ¶
func GetVersionInfo() string
GetVersionInfo returns formatted version information
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.