Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Routes = router.RoutePrefix{ "/courses", []router.Route{ router.Route{ "CoursesIndex", "GET", "", handler.Index, false, nil, }, router.Route{ "CourseCreate", "POST", "", handler.Create, true, &admin, }, router.Route{ "CourseEdit", "PUT", "", handler.Edit, true, &admin, }, router.Route{ "CoursesIndex", "DELETE", "/{id}", handler.Delete, true, &admin, }, }, }
Routes ...
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.