Searched refs:ctorFunc (Results 1 – 1 of 1) sorted by relevance
94 func Register(typ string, ctor ctorFunc) { argument103 ctors = make(map[string]ctorFunc)106 type ctorFunc func(env *Env) (Pool, error) type