package
Version:
v0.0.0-...-fa598ba
Opens a new window with list of versions in this module.
Published: Dec 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RegisterWorker is used to register cvs task worker into global registry
type Config struct {
Idx int `json:"Idx"`
SrcHost string `json:"SrcHost"`
DstHost string `json:"DstHost"`
DstDir string `json:"DstIdx"`
StartLoc string `json:"StartLoc"`
}
Config is cvs task config
type Status struct {
TaskConfig Config `json:"Config"`
CurrentLoc string `json:"CurLoc"`
Count int64 `json:"Cnt"`
}
Status represents business status of cvs task
Source Files
¶
Click to show internal directories.
Click to hide internal directories.