Discover Packages
github.com/bragfoo/saman
backend
api
model
package
Version:
v0.0.0-...-e138ea5
Opens a new window with list of versions in this module.
Published: Dec 20, 2017
License: MIT
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
Documentation
¶
type AppData struct {
Ids string `json:"Ids"`
CreateTime int64 `json:"CreateTime"`
PicUpload int `json:"PicUpload"`
VideoUpload int `json:"VideoUpload"`
TalentSum int `json:"TalentSum"`
ActiveUser int `json:"ActiveUser"`
}
type AppStatistics struct {
Ids string `json:"Ids"`
CreateTime int64 `json:"CreateTime"`
Photo int `json:"Photo"`
Article int `json:"Article"`
Sqsp int `json:"Sqsp"`
}
type AppUGC struct {
Ids string `json:"Ids"`
CreateTime int64 `json:"CreateTime"`
Like int64 `json:"Like"`
ShareSum int64 `json:"ShareSum"`
PicSum int64 `json:"PicSum"`
VideoSum int64 `json:"VideoSum"`
VideoStay int64 `json:"VideoStay"`
VideoUpload int64 `json:"VideoUpload"`
}
type Channel struct {
Ids string `json:"Ids"`
Name string `json:"Name"`
}
type DayStatistics struct {
Type int
CreateTime string
Total int
}
type Event struct {
Ids string `json:"Ids"`
Name string `json:"Name"`
StartDate int64 `json:"StartDate"`
EndDate int64 `json:"EndDate"`
TotalPeople int `json:"TotalPeople"`
TotalWork int `json:"TotalWork"`
UploadPeople int `json:"UploadPeople"`
}
type MobileData struct {
Ids string `json:"Ids"`
CreateTime int64 `json:"CreateTime"`
Active int `json:"Active"`
Launch int `json:"Launch"`
Channel string `json:"Channel"`
SystemType int `json:"SystemType"`
ChannelIds string `json:"ChannelIds"`
}
type PlatPlayAmount struct {
Ids string `json:"Ids"`
CreateTime int64 `json:"CreateTime"`
PlatType string `json:"PlatType"`
Sum int `json:"Sum"`
Grow int `json:"Grow"`
}
type PlatformFans struct {
Ids string `json:"Ids"`
CreateTime int64 `json:"CreateTime"`
Sum int `json:"Sum"`
Decrease int `json:"Decrease"`
Increase int `json:"Increase"`
Type string `json:"Type"`
PlatIds string `json:"PlatIds"`
}
type PlatformType struct {
Ids string `json:"Ids"`
Name string `json:"Name"`
NameChinese string `json:"NameChinese"`
}
type PlayAmount struct {
Ids string `json:"Ids"`
VideoIds string `json:"VideoIds"`
CreateTime int64 `json:"CreateTime"`
Sum int `json:"Sum" `
}
type PlayAmountLiner struct {
Sum int64 `json:"Sum"`
CreateTime int64 `json:"CreateTime"`
PlatIds string `json:"PlatIds"`
}
type Skill struct {
Ids string `json:"Ids"`
Name string `json:"Name"`
}
type Talent struct {
Ids string `json:"Ids"`
User string `json:"User"`
Type string `json:"Type"`
CreateTime int64 `json:"CreateTime"`
Submitted bool `json:"Submitted"`
SkillName string `json:"SkillName"`
}
type Video struct {
Ids string `json:"Ids"`
VideoIds string `json:"VideoIds"`
PlatIds string `json:"PlatIds"`
Title string `json:"Title"`
Link string `json:"Link"`
CreateTime int64 `json:"CreateTime"`
}
type VideoPlayAmount struct {
Ids string `json:"Ids"`
VideoIds string `json:"VideoIds"`
PlatIds string `json:"PlatIds"`
Title string `json:"Title"`
Link string `json:"Link"`
CreateTime int64 `json:"CreateTime"`
Sum int `json:"Sum"`
NameChinese string `json:"NameChinese"`
}
type WeekGrow struct {
Ids string `json:"Ids"`
PlatIds string `json:"PlatIds"`
Grow int `json:"Grow"`
CreateTime int64 `json:"CreateTime"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.