package
Version:
v0.0.0-...-83adff0
Opens a new window with list of versions in this module.
Published: Jul 6, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
AppID int64 `json:"appid" gorm:"primary_key"`
AppName string `json:"app_name" gorm:"column:app_name"`
AppKey string `json:"appkey" gorm:"column:appkey"`
AppSecret string `json:"app_secret" gorm:"column:app_secret"`
}
App represents App info.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.