Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = New()
Functions ¶
This section is empty.
Types ¶
type ImportDriver ¶
ImportDriver implements Inspector interface and holds inspection information.
type Mux ¶
type Mux struct {
// contains filtered or unexported fields
}
Mux is used for routing dsn to correct provider.
func (*Mux) OpenImport ¶
func (u *Mux) OpenImport(dsn string) (*ImportDriver, error)
OpenImport is used for opening an import driver on a specific data source.
func (*Mux) RegisterProvider ¶
RegisterProvider is used to register an Atlas provider by key.
Click to show internal directories.
Click to hide internal directories.