dao

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// AdminDepartment is globally public accessible object for table admin_department operations.
	AdminDepartment = adminDepartmentDao{
		internal.NewAdminDepartmentDao(),
	}
)
View Source
var (
	// AdminInvite is globally public accessible object for table admin_invite operations.
	AdminInvite = adminInviteDao{
		internal.NewAdminInviteDao(),
	}
)
View Source
var (
	// Article is globally public accessible object for table article operations.
	Article = articleDao{
		internal.NewArticleDao(),
	}
)
View Source
var (
	// ArticleCategory is globally public accessible object for table article_category operations.
	ArticleCategory = articleCategoryDao{
		internal.NewArticleCategoryDao(),
	}
)
View Source
var (
	// Attachment is globally public accessible object for table attachment operations.
	Attachment = attachmentDao{
		internal.NewAttachmentDao(),
	}
)
View Source
var (
	// Config is globally public accessible object for table config operations.
	Config = configDao{
		internal.NewConfigDao(),
	}
)
View Source
var (
	// ConfigGroup is globally public accessible object for table config_group operations.
	ConfigGroup = configGroupDao{
		internal.NewConfigGroupDao(),
	}
)
View Source
var (
	// Department is globally public accessible object for table department operations.
	Department = departmentDao{
		internal.NewDepartmentDao(),
	}
)
View Source
var (
	// DepartmentRoles is globally public accessible object for table department_roles operations.
	DepartmentRoles = departmentRolesDao{
		internal.NewDepartmentRolesDao(),
	}
)
View Source
var (
	// Permissions is globally public accessible object for table permissions operations.
	Permissions = permissionsDao{
		internal.NewPermissionsDao(),
	}
)
View Source
var (
	// PermissonsAssoc is globally public accessible object for table permissons_assoc operations.
	PermissonsAssoc = permissonsAssocDao{
		internal.NewPermissonsAssocDao(),
	}
)
View Source
var (
	// Roles is globally public accessible object for table roles operations.
	Roles = rolesDao{
		internal.NewRolesDao(),
	}
)
View Source
var (
	// SmsRecord is globally public accessible object for table sms_record operations.
	SmsRecord = smsRecordDao{
		internal.NewSmsRecordDao(),
	}
)
View Source
var (
	// SmsTemplate is globally public accessible object for table sms_template operations.
	SmsTemplate = smsTemplateDao{
		internal.NewSmsTemplateDao(),
	}
)
View Source
var (
	// SmsTemplateOut is globally public accessible object for table sms_template_out operations.
	SmsTemplateOut = smsTemplateOutDao{
		internal.NewSmsTemplateOutDao(),
	}
)
View Source
var (
	// SysMap is globally public accessible object for table sys_map operations.
	SysMap = sysMapDao{
		internal.NewSysMapDao(),
	}
)
View Source
var (
	// SysMapValue is globally public accessible object for table sys_map_value operations.
	SysMapValue = sysMapValueDao{
		internal.NewSysMapValueDao(),
	}
)
View Source
var (
	// SystemLog is globally public accessible object for table system_log operations.
	SystemLog = systemLogDao{
		internal.NewSystemLogDao(),
	}
)
View Source
var (
	// User is globally public accessible object for table user operations.
	User = userDao{
		internal.NewUserDao(),
	}
)
View Source
var (
	// UserAdmin is globally public accessible object for table user_admin operations.
	UserAdmin = userAdminDao{
		internal.NewUserAdminDao(),
	}
)
View Source
var (
	// UserCredential is globally public accessible object for table user_credential operations.
	UserCredential = userCredentialDao{
		internal.NewUserCredentialDao(),
	}
)
View Source
var (
	// UserDetail is globally public accessible object for table user_detail operations.
	UserDetail = userDetailDao{
		internal.NewUserDetailDao(),
	}
)
View Source
var (
	// UserDevice is globally public accessible object for table user_device operations.
	UserDevice = userDeviceDao{
		internal.NewUserDeviceDao(),
	}
)
View Source
var (
	// UserFunds is globally public accessible object for table user_funds operations.
	UserFunds = userFundsDao{
		internal.NewUserFundsDao(),
	}
)
View Source
var (
	// UserLogin is globally public accessible object for table user_login operations.
	UserLogin = userLoginDao{
		internal.NewUserLoginDao(),
	}
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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