Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AboutController ¶
type AboutController struct{ mvc.Controller }
func (*AboutController) Get ¶
func (c *AboutController) Get()
type ContactController ¶
type ContactController struct{ mvc.Controller }
func (*ContactController) Get ¶
func (c *ContactController) Get()
type HomeController ¶
func (*HomeController) Get ¶
func (c *HomeController) Get() mvc.Result
func (*HomeController) GetAbout ¶
func (c *HomeController) GetAbout() mvc.Result
func (*HomeController) GetContact ¶
func (c *HomeController) GetContact() mvc.Result
type IndexController ¶
type IndexController struct{ mvc.Controller }
func (*IndexController) Get ¶
func (c *IndexController) Get()
type IndexControllerStatic ¶
func (*IndexControllerStatic) Get ¶
func (c *IndexControllerStatic) Get() mvc.View
Click to show internal directories.
Click to hide internal directories.