Documentation ¶
Index ¶
- func Create(ctx context.Context, id, name, info, spec, desc string, flowType, status int32) (*common.CrontabFlowModel, error)
- func DetailById(ctx context.Context, id string) (*common.CrontabFlowModel, error)
- func Do(ctx context.Context, flowId string, doForce map[int32]struct{}, date int64) error
- func List(ctx context.Context, id, name string, flowType, status int32, sortValue string, ...) (*common.CrontabFlowListOutputModel, error)
- func Update(ctx context.Context, id, name, info, spec, desc string, flowType, status int32) (*common.CrontabFlowModel, error)
- func UpdateStatus(ctx context.Context, id string, status int32) (*common.CrontabFlowModel, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetailById ¶
func UpdateStatus ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.