Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MySQLOptions ¶
type MySQLOptions struct {
Host string `mapstructure:"host" json:"host" yaml:"host"`
Username string `mapstructure:"username" json:"username" yaml:"username"`
Password string `mapstructure:"password" json:"-" yaml:"password"`
Database string `mapstructure:"database" json:"database" yaml:"database"`
}
MySQLOptions defines options for mysql database.
Click to show internal directories.
Click to hide internal directories.