Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServiceABZ1 = "abz_1_service" ServiceXYC2 = "xyc_2_service" )
Variables ¶
View Source
var (
ErrServiceNotFound = errors.New("service not found")
)
Functions ¶
func DefaultErrorHandler ¶
Types ¶
type RouteBinder ¶
type RouteBinder interface {
Bind(fiber.Router)
}
Click to show internal directories.
Click to hide internal directories.