Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronService ¶
func (CronService) Updates ¶
func (cron CronService) Updates(id uint, cols interface{}) (err error)
更新数据
type ICronInterface ¶
type ICronInterface interface { service.IServInterface Insert(data interface{}) (err error) Deletes(ids []uint) (err error) Updates(id uint, cols interface{}) (err error) List(req *model.CronQuery) ([]model.Cron, error) }
func NewCronService ¶
func NewCronService() ICronInterface
type IUserInterface ¶
func NewUserService ¶
func NewUserService() IUserInterface
Click to show internal directories.
Click to hide internal directories.