Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseController ¶
func NewBaseController ¶
func NewBaseController(p BaseControllerParam) *BaseController
type HealthController ¶
func NewHealthController ¶
func NewHealthController(p HealthControllerParam) *HealthController
func (*HealthController) Check ¶
func (controller *HealthController) Check(c *vapi.Context)
func (*HealthController) Route ¶
func (controller *HealthController) Route()
type IBaseController ¶
type IBaseController interface {
Route()
}
Click to show internal directories.
Click to hide internal directories.