Documentation
¶
Overview ¶
Implements the this layer for buoy
Implements the controller later for home
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuoyController ¶
type BuoyController struct {
bc.BaseController
}
func (*BuoyController) Region ¶
func (this *BuoyController) Region()
Stations returns the specified region http://localhost:9003/region/Gulf%20Of%20Mexico
func (*BuoyController) ShowRegions ¶
func (this *BuoyController) ShowRegions()
ShowRegions shows a view of the stations for the region http://localhost:9003/region-show/Gulf%20Of%20Mexico
func (*BuoyController) Station ¶
func (this *BuoyController) Station()
Stations returns the specified station http://localhost:9003/station/42002
type HomeController ¶
type HomeController struct {
bc.BaseController
}
func (*HomeController) Index ¶
func (this *HomeController) Index()
func (*HomeController) ShowAjax ¶
func (this *HomeController) ShowAjax()
Directories
¶
Path | Synopsis |
---|---|
Implements boilerplate code for all controllers
|
Implements boilerplate code for all controllers |
Click to show internal directories.
Click to hide internal directories.