dao

package
v0.0.0-...-653fb89 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGormPlus

func NewGormPlus(datasource string) *gorm.DB

Types

type DictDao

type DictDao[T any] struct {
	gplus.CommonDao[T]
}

func NewDictDao

func NewDictDao[T any]() *DictDao[T]
type MenuDao[T any] struct {
	gplus.CommonDao[T]
}

func NewMenuDao

func NewMenuDao[T any]() *MenuDao[T]
func (menuDao MenuDao[T]) GetUserMenu() ([]*model.SysMenu, *gorm.DB)

type PermissionDao

type PermissionDao[T any] struct {
	gplus.CommonDao[T]
}

func NewPermissionDao

func NewPermissionDao[T any]() *PermissionDao[T]

type RoleDao

type RoleDao[T any] struct {
	gplus.CommonDao[T]
}

func NewRoleDao

func NewRoleDao[T any]() *RoleDao[T]

type UserDao

type UserDao[T any] struct {
	gplus.CommonDao[T]
}

func NewUserDao

func NewUserDao[T any]() *UserDao[T]

Jump to

Keyboard shortcuts

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