Documentation ¶
Overview ¶
Package checkapp provides a suite of small procedures to check integration URLs and commands. This is used by all the double-green check marks on the client UI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadIndex = errors.New("index provided has no configuration data")
Functions ¶
func Test ¶
func Test(orig *configfile.Config, writer http.ResponseWriter, req *http.Request)
Types ¶
type Input ¶
type Input struct { Real *configfile.Config Post *configfile.Config Type string Index int }
Click to show internal directories.
Click to hide internal directories.