Searched defs:ruleFunc (Results 1 – 1 of 1) sorted by relevance
806 type ruleFunc struct { struct807 pctx *packageContext808 name_ string809 paramsFunc func(interface{}) (RuleParams, error)810 argNames map[string]bool811 scope_ *basicScope812 fullName_ string813 sync.Mutex // protects scope_ during lazy creation872 func (r *ruleFunc) packageContext() *packageContext {876 func (r *ruleFunc) name() string {[all …]