Searched defs:poolFunc (Results 1 – 1 of 1) sorted by relevance
563 type poolFunc struct { struct564 pctx *packageContext565 name_ string566 paramsFunc func(interface{}) (PoolParams, error)567 fullName_ string603 func (p *poolFunc) packageContext() *packageContext {607 func (p *poolFunc) name() string {611 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string {618 func (p *poolFunc) memoizeFullName(pkgNames map[*packageContext]string) {622 func (p *poolFunc) def(config interface{}) (*poolDef, error) {[all …]