mysql

package
v0.0.0-...-fec0d50 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDao

func GetDao(opts *db.Options) (dao.Interface, error)

Types

type Dao

type Dao struct {
	Db *gorm.DB
}

func (*Dao) DemoDbDao

func (d *Dao) DemoDbDao() dao.DemoDbDao

type DemoDbDao

type DemoDbDao struct {
	Db *gorm.DB
}

func NewDemoDbDao

func NewDemoDbDao(d *gorm.DB) *DemoDbDao

func (DemoDbDao) DemoDb

func (d DemoDbDao) DemoDb(ctx context.Context, demoDb string) (*model.DemoDb, error)

Jump to

Keyboard shortcuts

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