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
Click to show internal directories.
Click to hide internal directories.