Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DatabaseInitor ¶
type MySqlConnectionPool ¶
type MySqlOptions ¶
type MySqlOptions struct { Host string Port int User string DbName string Password string Charset string Loc string Pool *MySqlConnectionPool LogLevel string }
func NewMySqlOptions ¶
func NewMySqlOptions(configRoot string, cfg *viper.Viper) *MySqlOptions
func (*MySqlOptions) String ¶
func (mo *MySqlOptions) String() string
Click to show internal directories.
Click to hide internal directories.