Documentation
¶
Index ¶
- type ByKeywordReq
- type CreateReq
- type DeleteReq
- type DeployReq
- type Handler
- func (h *Handler) ByKeyword(ctx *gin.Context, req ByKeywordReq) (ginx.Result, error)
- func (h *Handler) Create(ctx *gin.Context, req CreateReq) (ginx.Result, error)
- func (h *Handler) Delete(ctx *gin.Context, req DeleteReq) (ginx.Result, error)
- func (h *Handler) Deploy(ctx *gin.Context, req DeployReq) (ginx.Result, error)
- func (h *Handler) FindOrderGraph(ctx *gin.Context, req OrderGraphReq) (ginx.Result, error)
- func (h *Handler) List(ctx *gin.Context, req ListReq) (ginx.Result, error)
- func (h *Handler) PrivateRoutes(server *gin.Engine)
- func (h *Handler) Update(ctx *gin.Context, req UpdateReq) (ginx.Result, error)
- type ListReq
- type LogicFlow
- type OrderGraphReq
- type Page
- type RetrieveOrderGraph
- type RetrieveWorkflows
- type UpdateReq
- type Workflow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByKeywordReq ¶ added in v1.9.3
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) FindOrderGraph ¶
func (*Handler) PrivateRoutes ¶ added in v1.3.0
type OrderGraphReq ¶
type RetrieveOrderGraph ¶
type RetrieveWorkflows ¶
type Workflow ¶
type Workflow struct {
Id int64 `json:"id"`
TemplateId int64 `json:"template_id"`
Name string `json:"name"`
Icon string `json:"icon"`
Owner string `json:"owner"`
Desc string `json:"desc"`
IsNotify bool `json:"is_notify"`
NotifyMethod uint8 `json:"notify_method"`
FlowData LogicFlow `json:"flow_data"`
}
Click to show internal directories.
Click to hide internal directories.