Documentation
¶
Overview ¶
Package predicate defines the interface between the asserter and specific predicates implementation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Result ¶
type Result int8
Result that can be either failed, passed or invalid
const ( // Invalid is the result of a predicate that could not be evaluated // and whom result is undetermined Invalid Result = iota // Failed is the result of a predicate evaluated successfully // yielding a negative result Failed // Passed is the result of a predicate evaluated successfully // yielding a positive result Passed )
Click to show internal directories.
Click to hide internal directories.