Searched defs:poolFunc (Results 1 – 1 of 1) sorted by relevance
583 type poolFunc struct { struct584 pctx *packageContext585 name_ string586 paramsFunc func(interface{}) (PoolParams, error)587 fullName_ string623 func (p *poolFunc) packageContext() *packageContext {627 func (p *poolFunc) name() string {631 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string {638 func (p *poolFunc) memoizeFullName(pkgNames map[*packageContext]string) {642 func (p *poolFunc) def(config interface{}) (*poolDef, error) {[all …]