actions

package
v3.0.8-rc.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2018 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModuleData

type ModuleData struct {
	Count int                      `json:"count"`
	Info  []map[string]interface{} `json:"info"`
}

type ModuleSResult

type ModuleSResult struct {
	Result  bool        `json:"result"`
	Code    int         `json:"code"`
	Message interface{} `json:"message"`
	Data    ModuleData  `json:"data"`
}

type ProcModuleConfig

type ProcModuleConfig struct {
	ApplicationID int    `json:"bk_biz_id"`
	ModuleName    string `json:"bk_module_name"`
	ProcessID     int    `json:"bk_process_id"`
}

type ProcModuleResult

type ProcModuleResult struct {
	Result  bool               `json:"result"`
	Code    int                `json:"bk_error_code"`
	Message interface{}        `json:"bk_error_msg"`
	Data    []ProcModuleConfig `json:"data"`
}

type ProcessCResult

type ProcessCResult struct {
	Result  bool           `json:"result"`
	Code    int            `json:"code"`
	Message interface{}    `json:"message"`
	Data    map[string]int `json:"data"`
}

type ProcessResult

type ProcessResult struct {
	Result  bool        `json:"result"`
	Code    int         `json:"bk_error_code"`
	Message interface{} `json:"bk_error_msg"`
	Data    interface{} `json:"data"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL