dao

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dao

type Dao struct {
	DB *gorm.DB
}

Dao .

func New

func New(c *conf.Config) (d *Dao)

New new a instance.

func (*Dao) AddApp

func (d *Dao) AddApp(c context.Context, g *model.App) error

AddApp .

func (*Dao) Close

func (d *Dao) Close()

Close close connection of db , mc.

func (*Dao) DelApp

func (d *Dao) DelApp(c context.Context, appid int64) error

DelApp .

func (*Dao) ListApp

func (d *Dao) ListApp(c context.Context, t *model.AppListParams) (res []*model.App, err error)

ListApp .

func (*Dao) Ping

func (d *Dao) Ping(c context.Context) (err error)

Ping check connection of db , mc.

func (*Dao) UpdateApp

func (d *Dao) UpdateApp(c context.Context, arg *model.AppParams) error

UpdateApp .

Jump to

Keyboard shortcuts

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