Documentation
¶
Index ¶
- Variables
- func Router(rg *xin.RouterGroup)
- func UserCreate(c *xin.Context)
- func UserCsvExport(c *xin.Context)
- func UserCsvImportSample(c *xin.Context)
- func UserDeleteBatch(c *xin.Context)
- func UserDeletes(c *xin.Context)
- func UserEdit(c *xin.Context)
- func UserIndex(c *xin.Context)
- func UserList(c *xin.Context)
- func UserNew(c *xin.Context)
- func UserUpdate(c *xin.Context)
- func UserUpdates(c *xin.Context)
- func UserView(c *xin.Context)
- type UserCsvImportJobController
Constants ¶
This section is empty.
Variables ¶
View Source
var UserCsvImportJobHandler = handlers.NewJobHandler(newUserCsvImportJobController)
Functions ¶
func Router ¶
func Router(rg *xin.RouterGroup)
func UserCreate ¶
func UserCsvExport ¶
func UserCsvImportSample ¶
func UserDeleteBatch ¶
func UserDeletes ¶
func UserUpdate ¶
func UserUpdates ¶
Types ¶
type UserCsvImportJobController ¶
type UserCsvImportJobController struct {
handlers.JobController
}
func (*UserCsvImportJobController) Start ¶
func (ucijc *UserCsvImportJobController) Start(c *xin.Context)
Click to show internal directories.
Click to hide internal directories.