Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CMDB_PROJECT_FILETREE_CREATE = apis.ApiSpec{ Path: "/api/project-pipeline/filetree", BackendPath: "/api/project-pipeline/filetree", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: "POST", CheckLogin: true, Doc: "summary: 创建节点", }
View Source
var CMDB_PROJECT_FILETREE_DELETE = apis.ApiSpec{ Path: "/api/project-pipeline/filetree/<inode>", BackendPath: "/api/project-pipeline/filetree/<inode>", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: "DELETE", CheckLogin: true, Doc: "summary: 删除节点", }
View Source
var CMDB_PROJECT_FILETREE_FIND_ANCESTORS = apis.ApiSpec{ Path: "/api/project-pipeline/filetree/<inode>/actions/find-ancestors", BackendPath: "/api/project-pipeline/filetree/<inode>/actions/find-ancestors", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: "GET", CheckLogin: true, Doc: "summary: 寻祖节点", }
View Source
var CMDB_PROJECT_FILETREE_FUZZY_SEARCH = apis.ApiSpec{ Path: "/api/project-pipeline/filetree/actions/fuzzy-search", BackendPath: "/api/project-pipeline/filetree/actions/fuzzy-search", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: "GET", CheckLogin: true, Doc: "summary: 模糊搜索节点", }
View Source
var CMDB_PROJECT_FILETREE_GET = apis.ApiSpec{ Path: "/api/project-pipeline/filetree/<inode>", BackendPath: "/api/project-pipeline/filetree/<inode>", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: "GET", CheckLogin: true, Doc: "summary: 查询节点详情", }
View Source
var CMDB_PROJECT_FILETREE_LIST = apis.ApiSpec{ Path: "/api/project-pipeline/filetree", BackendPath: "/api/project-pipeline/filetree", Host: "dop.marathon.l4lb.thisdcos.directory:9527", Scheme: "http", Method: "GET", CheckLogin: true, Doc: "summary: 查询节点列表", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.