Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AboutController ¶
type AboutController struct{}
func (*AboutController) Get ¶
func (c *AboutController) Get() mvc.View
type ContactController ¶
type ContactController struct{}
func (*ContactController) Get ¶
func (c *ContactController) Get() mvc.View
type HomeController ¶
type HomeController struct{}
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{}
func (*IndexController) Get ¶
func (c *IndexController) Get() mvc.View
Click to show internal directories.
Click to hide internal directories.