Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailDetails ¶
type FailureResponse ¶
type FailureResponse struct { Status int `json:"status"` Fail FailDetails `json:"fail"` }
type MessageHandler ¶
type MessageHandler struct {
// contains filtered or unexported fields
}
func NewMessageHandler ¶
func NewMessageHandler(messageService messageService) *MessageHandler
func (*MessageHandler) GetSwaggerEndpoints ¶
func (h *MessageHandler) GetSwaggerEndpoints() []*endpoint.EndPoint
func (*MessageHandler) SetRoutes ¶
func (h *MessageHandler) SetRoutes(app *fiber.App)
type SuccessResponse ¶
type SuccessResponse struct { Status int `json:"status"` Success interface{} `json:"success"` }
Click to show internal directories.
Click to hide internal directories.