package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tencentcodedog/linux-go-1.12.6.git
Documentation: pkg.go.dev

# Functions

Do calls f for each exported variable.
Get retrieves a named exported variable.
Handler returns the expvar HTTP Handler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Publish declares a named exported variable.

# Structs

Float is a 64-bit float variable that satisfies the Var interface.
Int is a 64-bit integer variable that satisfies the Var interface.
KeyValue represents a single entry in a Map.
Map is a string-to-Var map variable that satisfies the Var interface.
String is a string variable, and satisfies the Var interface.

# Interfaces

Var is an abstract type for all exported variables.

# Type aliases

Func implements Var by calling the function and formatting the returned value using JSON.