Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = &RootExpr{ HealthChecks: []*HealthCheckExpr{}, }
Functions ¶
This section is empty.
Types ¶
type HealthCheckExpr ¶
type HealthCheckExpr struct {
Paths []string
}
func (*HealthCheckExpr) EvalName ¶
func (o *HealthCheckExpr) EvalName() string
EvalName returns the generic expression name used in error messages.
type RootExpr ¶
type RootExpr struct {
HealthChecks []*HealthCheckExpr
}
Click to show internal directories.
Click to hide internal directories.