Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DbEngine *xorm.Engine
Functions ¶
This section is empty.
Types ¶
type JobService ¶
type JobService struct {
}
func (*JobService) CountJobInfos ¶
func (service *JobService) CountJobInfos() int64
func (*JobService) SaveData ¶
func (service *JobService) SaveData(jobInfos []map[string]interface{}) []model.JobInfo
func (*JobService) SearchJobInfos ¶
func (service *JobService) SearchJobInfos(offset, perPage int) []model.JobInfo
Click to show internal directories.
Click to hide internal directories.