Searched defs:nssCriterion (Results 1 – 1 of 1) sorted by relevance
120 type nssCriterion struct { struct121 negate bool // if "!" was present122 status string // e.g. "success", "unavail" (lowercase)123 action string // e.g. "return", "continue" (lowercase)129 func (c nssCriterion) standardStatusAction(last bool) bool {