package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 10, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExplorerEntry struct {
Name string `json:"name"`
Type EntryType `json:"type"`
}
type HostBasicRes struct {
Id int64 `json:"id"`
Name string `json:"name"`
Ip string `json:"ip"`
}
type ScriptRes struct {
dvmodel.Script
DeployTaskRefCount int32 `json:"deployTaskRefCount"`
ScriptTaskRefCount int32 `json:"scriptTaskRefCount"`
}
type TaskRes struct {
*task.Task
Concrete any `json:"concrete"`
}
type UploadRes struct {
TmpKey string `json:"tmpKey"`
FileName string `json:"fileName"`
FileSize int64 `json:"fileSize"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.