package
Version:
v0.0.0-...-9a2ebf3
Opens a new window with list of versions in this module.
Published: Dec 8, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExecTaskLog struct {
Type string `json:"type"`
Content string `json:"content"`
Time int64 `json:"time"`
}
type GetWorkerRequest struct {
Id *uint32 `json:"id"`
Ip *string `json:"ip"`
}
type ListLogRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
TaskId uint32 `json:"taskId"`
}
type ListTaskGroupRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
Order *string `json:"order"`
OrderBy *string `json:"orderBy"`
Name *string `json:"name"`
}
type ListTaskRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
GroupId *uint32 `json:"groupId"`
Name *string `json:"name"`
Tag *string `json:"tag"`
Status *bool `json:"status"`
}
type ListWorkerGroupRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
Name *string `json:"name"`
}
type ListWorkerRequest struct {
Page uint32 `json:"page"`
PageSize uint32 `json:"pageSize"`
Name *string `json:"name"`
Ip *string `json:"ip"`
GroupId *uint32 `json:"groupId"`
Status *bool `json:"status"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.