version

package
v0.0.0-...-fe1083d Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Version

func Version() string

Version возвращает строку с версией сервера

Types

type Info

type Info struct {
	GitVersion   string    `json:"gitVersion"`
	GitCommit    string    `json:"gitCommit"`
	GitTreeState string    `json:"gitTreeState"`
	GitTime      time.Time `json:"gitTime"`
	BuildDate    string    `json:"buildDate"`
	GoVersion    string    `json:"goVersion"`
	Compiler     string    `json:"compiler"`
	Platform     string    `json:"platform"`
	Race         bool      `json:"race"`
}

Info структура для хранения информации по версионированию

func Get

func Get() Info

Get возвращает инициализированную структуру версионирования

func (Info) Pretty

func (i Info) Pretty() string

Pretty возвращает строку с данными из структуры

func (Info) PrettyColorful

func (i Info) PrettyColorful() string

PrettyColorful возвращает строку с информацией о версии в цвете

func (Info) String

func (i Info) String() string

String возвращает структуру в виде Go-syntax

Jump to

Keyboard shortcuts

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