Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2024 Changes in this version + func NewDAG(engineFactory engine.Factory) server.New + type DAGHandler struct + func (h *DAGHandler) Configure(api *operations.DaguAPI) + func (h *DAGHandler) Create(params operations.CreateDagParams) (*models.CreateDagResponse, *response.CodedError) + func (h *DAGHandler) Delete(params operations.DeleteDagParams) *response.CodedError + func (h *DAGHandler) GetDetail(params operations.GetDagDetailsParams) (*models.GetDagDetailsResponse, *response.CodedError) + func (h *DAGHandler) GetList(_ operations.ListDagsParams) (*models.ListDagsResponse, *response.CodedError) + func (h *DAGHandler) PostAction(params operations.PostDagActionParams) (*models.PostDagActionResponse, *response.CodedError) + func (h *DAGHandler) Search(params operations.SearchDagsParams) (*models.SearchDagsResponse, *response.CodedError)