Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { User string `split_words:"true"` Password string `split_words:"true"` Protocol string `split_words:"true"` Host string `split_words:"true"` Port string `split_words:"true"` DBName string `split_words:"true"` Charset string `split_words:"true"` ParseTime string `split_words:"true"` Loc string `split_words:"true"` }
Config - Mysqlの接続情報に関する設定
Click to show internal directories.
Click to hide internal directories.