Documentation
¶
Index ¶
- type Endpoint
- type FilterPathReq
- type Handler
- func (h *Handler) ListEndpoint(ctx *gin.Context, req FilterPathReq) (ginx.Result, error)
- func (h *Handler) PrivateRoutes(server *gin.Engine)
- func (h *Handler) RegisterEndpoint(ctx *gin.Context, req RegisterEndpointReq) (ginx.Result, error)
- func (h *Handler) RegisterMutilEndpoint(ctx *gin.Context, req RegisterEndpointsReq) (ginx.Result, error)
- type Page
- type RegisterEndpointReq
- type RegisterEndpointsReq
- type RetrieveEndpoints
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterPathReq ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) ListEndpoint ¶
func (*Handler) PrivateRoutes ¶
func (*Handler) RegisterEndpoint ¶
func (*Handler) RegisterMutilEndpoint ¶
type RegisterEndpointReq ¶
type RegisterEndpointsReq ¶
type RegisterEndpointsReq struct {
RegisterEndpoint []RegisterEndpointReq `json:"register_endpoint"`
}
type RetrieveEndpoints ¶
Click to show internal directories.
Click to hide internal directories.