Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomValidator ¶
type CustomValidator struct {
// contains filtered or unexported fields
}
func (*CustomValidator) Validate ¶
func (cv *CustomValidator) Validate(i interface{}) error
type WebServer ¶
type WebServer struct { *echo.Echo // contains filtered or unexported fields }
func (*WebServer) RegisterMiddleware ¶
func (w *WebServer) RegisterMiddleware()
func (*WebServer) RegisterRouting ¶
func (w *WebServer) RegisterRouting()
Click to show internal directories.
Click to hide internal directories.