Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryRouter ¶
type CategoryRouter struct {
// contains filtered or unexported fields
}
func NewCategoryRouter ¶
func NewCategoryRouter(router *mux.Router, handler handler.CategoryHandler) *CategoryRouter
func (*CategoryRouter) SetupRoutes ¶
func (c *CategoryRouter) SetupRoutes()
type ClientRouter ¶
type ClientRouter struct {
// contains filtered or unexported fields
}
func NewClientRouter ¶
func NewClientRouter(router *mux.Router, handler handler.ClientHandler) *ClientRouter
func (*ClientRouter) SetupRoutes ¶
func (c *ClientRouter) SetupRoutes()
type OrderRouter ¶
type OrderRouter struct {
// contains filtered or unexported fields
}
func NewOrderRouter ¶
func NewOrderRouter(router *mux.Router, handler handler.OrderHandler) *OrderRouter
func (*OrderRouter) SetupRoutes ¶
func (o *OrderRouter) SetupRoutes()
type ProductRouter ¶
type ProductRouter struct {
// contains filtered or unexported fields
}
func NewProductRouter ¶
func NewProductRouter(router *mux.Router, handler handler.ProductHandler) *ProductRouter
func (*ProductRouter) SetupRoutes ¶
func (p *ProductRouter) SetupRoutes()
type SwaggerRouter ¶
type SwaggerRouter struct {
// contains filtered or unexported fields
}
func NewSwaggerRouter ¶
func NewSwaggerRouter(router *mux.Router) *SwaggerRouter
func (*SwaggerRouter) SetupRoutes ¶
func (s *SwaggerRouter) SetupRoutes()
path swagger is customable path (/*any) is required for load the html page own by swagger http://localhost:5000/api/swagger/index.html
Click to show internal directories.
Click to hide internal directories.