Searched defs:ruleFunc (Results 1 – 1 of 1) sorted by relevance
786 type ruleFunc struct { struct787 pctx *packageContext788 name_ string789 paramsFunc func(interface{}) (RuleParams, error)790 argNames map[string]bool791 scope_ *basicScope792 fullName_ string793 sync.Mutex // protects scope_ during lazy creation852 func (r *ruleFunc) packageContext() *packageContext {856 func (r *ruleFunc) name() string {[all …]