actions

package
v3.0.8+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 7, 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"`
	// contains filtered or unexported fields
}

type ProcModuleResult

type ProcModuleResult struct {
	Result  bool               `json:"result"`
	Code    int                `json:"code"`
	Message interface{}        `json:"message"`
	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:"code"`
	Message interface{} `json:"message"`
	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