Searched defs:ruleFunc (Results 1 – 1 of 1) sorted by relevance
758 type ruleFunc struct { struct759 pctx *packageContext760 name_ string761 paramsFunc func(interface{}) (RuleParams, error)762 argNames map[string]bool763 scope_ *basicScope764 sync.Mutex // protects scope_ during lazy creation823 func (r *ruleFunc) packageContext() *packageContext {827 func (r *ruleFunc) name() string {831 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string {[all …]