Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeishuMeetingTopUserItem20220524 ¶
type FeishuMeetingTopUserItem20220524 struct { }
func (FeishuMeetingTopUserItem20220524) TableName ¶
func (FeishuMeetingTopUserItem20220524) TableName() string
type FeishuMeetingTopUserItem20220524Temp ¶
type FeishuMeetingTopUserItem20220524Temp struct { common.NoPKModel `json:"-"` StartTime time.Time `gorm:"primaryKey"` Name string `json:"name" gorm:"primaryKey;type:varchar(255)"` MeetingCount string `json:"meeting_count" gorm:"type:varchar(255)"` MeetingDuration string `json:"meeting_duration" gorm:"type:varchar(255)"` UserType int64 `json:"user_type"` }
func (FeishuMeetingTopUserItem20220524Temp) TableName ¶
func (FeishuMeetingTopUserItem20220524Temp) TableName() string
type InitSchemas ¶
type InitSchemas struct{}
func (*InitSchemas) Name ¶
func (*InitSchemas) Name() string
func (*InitSchemas) Version ¶
func (*InitSchemas) Version() uint64
type UpdateSchemas20220524 ¶
type UpdateSchemas20220524 struct{}
func (*UpdateSchemas20220524) Name ¶
func (*UpdateSchemas20220524) Name() string
func (*UpdateSchemas20220524) Version ¶
func (*UpdateSchemas20220524) Version() uint64
Click to show internal directories.
Click to hide internal directories.