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