Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Host string `json:"host,omitempty" yaml:"host,omitempty" xml:"host,omitempty"` Port int `json:"port,omitempty" yaml:"port,omitempty" xml:"port,omitempty"` Username string `json:"username,omitempty" yaml:"username,omitempty" xml:"username,omitempty"` Password string `json:"password,omitempty" yaml:"password,omitempty" xml:"password,omitempty"` DB string `json:"db,omitempty" yaml:"db,omitempty" xml:"db,omitempty"` }
func NewMysqlOptions ¶
func NewMysqlOptions() *Options
Click to show internal directories.
Click to hide internal directories.