Searched defs:ruleFunc (Results 1 – 1 of 1) sorted by relevance
718 type ruleFunc struct { struct719 pctx *packageContext720 name_ string721 paramsFunc func(interface{}) (RuleParams, error)722 argNames map[string]bool723 scope_ *basicScope724 sync.Mutex // protects scope_ during lazy creation783 func (r *ruleFunc) packageContext() *packageContext {787 func (r *ruleFunc) name() string {791 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string {[all …]