course

package
v0.0.0-...-4924b15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2020 License: MIT Imports: 2 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL