Discover Packages
github.com/leeprovoost/go-rest-api-template
pkg
health
package
Version:
v0.0.0-...-a480443
Opens a new window with list of versions in this module.
Published: Jan 2, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Check struct {
AppName string `json:"appName"`
Version string `json:"version"`
}
Check will store information about its name and version
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.