service

package
v0.0.0-...-9da7005 Latest Latest
Warning

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

Go to latest
Published: May 3, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppService

type AppService interface {
	Find(ctx *gin.Context, cond builder.Cond, orderCols ...string) ([]models.App, error)
	Get(ctx *gin.Context, id string) (models.App, error)
	Add(ctx *gin.Context, audit models.App) (int64, error)
}

func New

func New(db *xorm.Engine) AppService

func NewAppService

func NewAppService(db *xorm.Engine) AppService

Jump to

Keyboard shortcuts

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