Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Descriptor ¶
type DriverFactory ¶
type DriverFactory struct {
// contains filtered or unexported fields
}
func NewDriverFactory ¶
func NewDriverFactory(path string) (*DriverFactory, error)
func (*DriverFactory) New ¶
func (df *DriverFactory) New(name string, opt opt_helper.Option) (Driver, error)
type NewDriverMethod ¶
type NewDriverMethod func(opt_helper.Option) (Driver, error)
Click to show internal directories.
Click to hide internal directories.