version

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package version can be used to implement embedding versioning details from git branches and tags into the binary importing this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse() string

Parse returns the parsed service's version information. (from raw git label).

func Show

func Show(serviceName string)

Show the service's version information.

Types

type Git

type Git struct {
	ClosestTag   string
	CommitsAhead int
	Sha          string
	Branch       string
}

Git contains the version information extracted from a Git SHA.

func (Git) String

func (g Git) String() string

Jump to

Keyboard shortcuts

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