Documentation ¶
Index ¶
Constants ¶
View Source
const ( DBUserID = "root" DBPassword = "root" DBHostName = "127.0.0.1" DBPortNumber = "3306" DBName = "hogehogego" )
DBアクセス関連定数
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnectResponce ¶
type ConnectResponce struct {
Result int `json:"result"`
}
ConnectResponce 接続構造体
Click to show internal directories.
Click to hide internal directories.