Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMockDatabasePrefix ¶
func GetMockDatabasePrefix() string
func RegisterDataBase ¶
func RegisterDataBase()
func RegisterModel ¶
func RegisterModel()
func SetAPICode ¶
Types ¶
type APICode ¶
type APICode struct { APICodeID int64 `orm:"pk;auto;unique;column(api_code_id)" json:"api_code_id"` APICode string `orm:"unique;column(api_code)" json:"api_code"` ApiSecret string `orm:"unique;column(api_secret)" json:"api_secret"` WalletID int64 `orm:"unique;column(wallet_id)" json:"wallet_id"` }
func GetWalletAPICode ¶
func (*APICode) TableEngine ¶
func (*APICode) TableNameWithPrefix ¶
Click to show internal directories.
Click to hide internal directories.