Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHttpHandler ¶
func MakeHttpHandler(l log.Logger, hs dummyservice.Service) *fiber.App
Types ¶
type DecodeRequestFunc ¶
type DecodeRequestFunc func(*fiber.Ctx) (interface{}, error)
type EncodeResponseFunc ¶
type EncodeResponseFunc func(*fiber.Ctx, interface{}) error
type ErrorResponse ¶
type ErrorResponse struct { Data interface{} `json:"data"` Result error `json:"result"` }
Click to show internal directories.
Click to hide internal directories.