type PrintMode …
const PlainText …
const Markdown …
const HTML …
const JSON …
type ServerVersion …
func VersionInfo() *ServerVersion { … }
func (i *Instance) PrintServerInfo(ctx context.Context, w io.Writer) { … }
func PrintVersionInfo(_ context.Context, w io.Writer, verbose bool, mode PrintMode) error { … }
func printVersionInfoJSON(w io.Writer, info *ServerVersion) error { … }
func section(w io.Writer, mode PrintMode, title string, body func()) { … }
func printBuildInfo(w io.Writer, info *ServerVersion, verbose bool, mode PrintMode) { … }
func printModuleInfo(w io.Writer, m debug.Module, _ PrintMode) { … }