Versions in this module Expand all Collapse all v0 v0.0.1 Jul 2, 2024 Changes in this version + type Holder struct + func NewHolder(new func() (interface{}, error), destroy func(interface{})) *Holder + func (s *Holder) Acquire() (interface{}, error) + func (s *Holder) Release()