Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEchoServer ¶
func NewEchoServer(cfg config.ServerConfig) *echo.Echo
NewEchoServer creates and configures a new Echo server instance. Parameters:
- cfg: The application configuration.
Returns:
- *echo.Echo: A configured Echo server instance.
Types ¶
type CustomValidator ¶
type CustomValidator struct {
// contains filtered or unexported fields
}
func (*CustomValidator) Validate ¶
func (cv *CustomValidator) Validate(i interface{}) error
Click to show internal directories.
Click to hide internal directories.