defaults

package
v0.0.0-...-8f442ae Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Default package implements versioning primitives.

Index

Constants

View Source
const ContentType = "application/json; charset=utf8"

Default Content-Type used for web calls.

View Source
const Major = "0"

Major version number.

View Source
const Minor = "4"

Minor version number.

Variables

View Source
var LimiterMaxBurst = 0

LimiterMaxBurst sets the maximum burst when the limit has been reached.

View Source
var LimiterMaxRate = throttled.PerMin(10)

LimiterMaxRate sets the throttling limit

View Source
var Release = "0-dev"

Release number. It will be overwritten during build. Do not try to manage it here.

View Source
var Version = Major + "." + Minor + "." + Release

Version compiled into a string.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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