Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2025 v0.0.1 Mar 28, 2025 Changes in this version + type BaseController struct + Metric *vmetric.Metric + func NewBaseController(p BaseControllerParam) *BaseController + func (controller *BaseController) BindBody(c *vapi.Context, req any) (err error) + type BaseControllerParam struct + Metric *vmetric.Metric + type HealthController struct + Engine *vapi.Engine + func NewHealthController(p HealthControllerParam) *HealthController + func (controller *HealthController) Check(c *vapi.Context) + func (controller *HealthController) Route() + type HealthControllerParam struct + Engine *vapi.Engine + type IBaseController interface + Route func()