Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PushChannel ¶
type PushChannel struct {
g.Meta `orm:"table:push_channel, do:true"`
Id interface{} //
Name interface{} //
Type interface{} //
Status interface{} //
Url interface{} //
Remark interface{} //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
}
PushChannel is the golang structure of table push_channel for DAO operations like Where/Data.
type PushChannelEmail ¶
type PushChannelEmail struct {
g.Meta `orm:"table:push_channel_email, do:true"`
Id interface{} //
ChannelId interface{} //
Sender interface{} //
Receiver interface{} //
Server interface{} //
Port interface{} //
AuthCode interface{} //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
}
PushChannelEmail is the golang structure of table push_channel_email for DAO operations like Where/Data.
type PushChannelWebhook ¶ added in v0.0.10
type PushChannelWebhook struct {
g.Meta `orm:"table:push_channel_webhook, do:true"`
Id any //
ChannelId any //
WebhookUrl any //
MessageType any //
Sign any //
At any //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
}
PushChannelWebhook is the golang structure of table push_channel_webhook for DAO operations like Where/Data.
type SysLogs ¶
type SysLogs struct {
g.Meta `orm:"table:sys_logs, do:true"`
Id interface{} //
Type interface{} //
Content interface{} //
Status interface{} //
CreatedAt *gtime.Time //
}
SysLogs is the golang structure of table sys_logs for DAO operations like Where/Data.
type SysNotify ¶ added in v0.0.2
type SysNotify struct {
g.Meta `orm:"table:sys_notify, do:true"`
Id interface{} //
Title interface{} //
Content interface{} //
Level interface{} //
Status interface{} //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
}
SysNotify is the golang structure of table sys_notify for DAO operations like Where/Data.
Click to show internal directories.
Click to hide internal directories.