Searched defs:ruleFunc (Results 1 – 1 of 1) sorted by relevance
720 type ruleFunc struct { struct721 pctx *packageContext722 name_ string723 paramsFunc func(interface{}) (RuleParams, error)724 argNames map[string]bool725 scope_ *basicScope726 sync.Mutex // protects scope_ during lazy creation785 func (r *ruleFunc) packageContext() *packageContext {789 func (r *ruleFunc) name() string {793 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string {[all …]