health

package
v0.0.0-...-a480443 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Check

type Check struct {
	AppName string `json:"appName"`
	Version string `json:"version"`
}

Check will store information about its name and version

func (*Check) GoString

func (c *Check) GoString() string

GoString implements the GoStringer interface so we can display the full struct during debugging usage: fmt.Printf("%#v", i) ensure that i is a pointer, so might need to do &i in some cases

Jump to

Keyboard shortcuts

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