Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionInfo ¶
type ConnectionInfo struct {
SourceType string
Host string
Port int
Database string
Username string
Password string
Table string
}
func ParseConnectionString ¶
func ParseConnectionString(connStr string) (*ConnectionInfo, error)
func (*ConnectionInfo) Clear ¶
func (c *ConnectionInfo) Clear()
func (*ConnectionInfo) ToDSN ¶
func (c *ConnectionInfo) ToDSN() string
Click to show internal directories.
Click to hide internal directories.