deprecation

package
v0.0.0-...-95f6ed8 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AlphaOnly = map[string]AlphaOnlyInfo{}

AlphaOnly defines replacements.

View Source
var BetaOnly = map[string]BetaOnlyInfo{}

BetaOnly defines replacements.

View Source
var DeprecatedCommands = map[string]Info{}

Functions

This section is empty.

Types

type AlphaOnlyInfo

type AlphaOnlyInfo struct {
	Replacement string
}

AlphaOnlyInfo keeps some deprecation details related to a command.

type BetaOnlyInfo

type BetaOnlyInfo struct {
	Replacement string
}

BetaOnlyInfo keeps some deprecation details related to a command.

type Info

type Info struct {
	Replacement string
	Date        string
	Info        string
}

Info keeps some deprecation details related to a command.

Jump to

Keyboard shortcuts

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