version

package
v1.0.16 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version string
	GitHash string
	// Dirty is set to "true" if current git working directory has
	// uncommitted changes.
	Dirty string
	// ReleaseTag is the tag that will be tagged on a released version
	ReleaseTag string
)

Following variables are set by CI during compilation.

Functions

func ReleaseString

func ReleaseString() string

func String

func String() string

Types

type Transport

type Transport struct {
	// contains filtered or unexported fields
}

func NewTransport

func NewTransport(base http.RoundTripper, appName string) *Transport

NewTransport creates a RoundTripper that appends User-Agent for the current application (e.g. nvca/1.0.0)

func (*Transport) RoundTrip

func (t *Transport) RoundTrip(r *http.Request) (*http.Response, error)

RoundTrip adds a User-Agent header with the product name and version

Jump to

Keyboard shortcuts

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