Documentation ¶
Index ¶
Constants ¶
View Source
const ( PrettyFormat string = "pretty" JSONFormat string = "json" )
Variables ¶
This section is empty.
Functions ¶
func GetSupportedFormats ¶ added in v1.16.100
func GetSupportedFormats() []string
Types ¶
type Formatter ¶ added in v1.16.100
type Formatter interface {
Format(info *VersionInfo) (string, error)
}
func NewFormatter ¶ added in v1.16.100
type RPCVersionInfo ¶ added in v1.16.100
type VersionInfo ¶ added in v1.16.100
Click to show internal directories.
Click to hide internal directories.