meta

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: AGPL-3.0 Imports: 4 Imported by: 2

Documentation

Overview

Package meta expose information about the application like the version.

Index

Constants

This section is empty.

Variables

View Source
var (
	BuildVersion = BuildStat{
		Version:  "",
		Revision: "",
	}
)

Functions

func Version

func Version() string

Version returns the version of the app, updated by ci/pre-release.sh

Types

type BuildStat added in v1.5.2

type BuildStat struct {
	Version    string
	Revision   string
	LastCommit time.Time
	DirtyBuild bool
}

func (BuildStat) String added in v1.5.2

func (b BuildStat) String() string

Jump to

Keyboard shortcuts

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