Versions in this module Expand all Collapse all v0 v0.1.0 Jul 8, 2016 Changes in this version + type Checker interface + Check func(ctx context.Context) error + LogInfo func(ctx context.Context) string + type Checks struct + Checks []Checker + Context context.Context + Logger func(format string, msg ...interface{}) + func NewChecks(ctx context.Context, logger func(format string, msg ...interface{}), ...) Checks + func (c Checks) ServeHTTP(w http.ResponseWriter, r *http.Request) + type SQL struct + DB *sql.DB + ID string + func NewSQL(db *sql.DB, id string) SQL + func (s SQL) Check(ctx context.Context) error + func (s SQL) LogInfo(ctx context.Context) string