Discover Packages
github.com/Tencent/bk-cmdb
src
scene_server
proc_server
proc_service
actions
package
Version:
v3.0.8+incompatible
Opens a new window with list of versions in this module.
Published: Jun 7, 2018
License: MIT
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ModuleData struct {
Count int `json:"count"`
Info []map[string ]interface{} `json:"info"`
}
type ModuleSResult struct {
Result bool `json:"result"`
Code int `json:"code"`
Message interface{} `json:"message"`
Data ModuleData `json:"data"`
}
type ProcModuleConfig struct {
ApplicationID int `json:"bk_biz_id"`
ModuleName string `json:"bk_module_name"`
}
type ProcModuleResult struct {
Result bool `json:"result"`
Code int `json:"code"`
Message interface{} `json:"message"`
Data []ProcModuleConfig `json:"data"`
}
type ProcessCResult struct {
Result bool `json:"result"`
Code int `json:"code"`
Message interface{} `json:"message"`
Data map[string ]int `json:"data"`
}
type ProcessResult struct {
Result bool `json:"result"`
Code int `json:"code"`
Message interface{} `json:"message"`
Data interface{} `json:"data"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.