do

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2025 License: MIT Imports: 2 Imported by: 0

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.

type SysProxy added in v0.2.2

type SysProxy struct {
	g.Meta    `orm:"table:sys_proxy, do:true"`
	Id        any         //
	Platform  any         //
	Proxy     any         //
	Remark    any         //
	CreatedAt *gtime.Time //
	UpdatedAt *gtime.Time //
}

SysProxy is the golang structure of table sys_proxy for DAO operations like Where/Data.

type SysSettings added in v0.0.9

type SysSettings struct {
	g.Meta    `orm:"table:sys_settings, do:true"`
	Id        any         //
	SKey      any         //
	SValue    any         //
	CreatedAt *gtime.Time //
	UpdatedAt *gtime.Time //
}

SysSettings is the golang structure of table sys_settings for DAO operations like Where/Data.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL