schedulevo

package
v0.0.0-...-57ed434 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2023 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddTaskReq

type AddTaskReq struct {
	AppId    string                 `json:"appId"`
	TaskId   string                 `json:"taskId"`
	TaskName string                 `json:"taskName"`
	CronSpec string                 `json:"cronSpec"`
	ParamMap map[string]interface{} `json:"paramMap"`
}

type AddTaskReqVo

type AddTaskReqVo struct {
	Data AddTaskReq `json:"data"`
}

type AddTaskRespVo

type AddTaskRespVo struct {
	Data *BoolResp `json:"data"`
}

type BoolResp

type BoolResp struct {
	// 是否符合期望、确定、ok:true 表示成功、是、确定;false 表示否定、异常
	IsTrue bool `json:"isTrue"`
}

type BoolRespVo

type BoolRespVo struct {
	vo.Err
	Data *vo.BoolResp `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL