Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSend ¶
func GetSend() echo.HandlerFunc
func PostSend ¶
func PostSend() echo.HandlerFunc
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Errors []struct {
Message string `json:"message"`
Field interface{} `json:"field"`
Help interface{} `json:"help"`
} `json:"errors"`
}
Click to show internal directories.
Click to hide internal directories.