Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppTokenResp ¶
type AppTokenResp struct { AccessToken string `json:"accessToken"` ExpireTime int64 `json:"expireTime"` Namespace string `json:"namespace"` TenantInfo TenantInfo `json:"tenantInfo"` }
type AppTokenResult ¶
type AppTokenResult struct { Code string `json:"code"` Msg string `json:"msg"` Data AppTokenResp `json:"data"` }
type CfVariable ¶ added in v0.0.2
type CfVariable struct { Value interface{} `json:"value"` FieldType string `json:"type"` VarType string `json:"varType"` }
CfVariable 流程变量
type Flow ¶
type Flow struct { Execution FlowExecution `json:"execution"` APIName string `json:"apiName"` Variables map[string]CfVariable `json:"variables"` }
Flow 流程相关上下文
type FlowExecution ¶
type FlowExecution struct { // 流程实例 ID ID int64 `json:"id"` }
FlowExecution 流程实例相关
type HttpConfig ¶
type RPCCliConf ¶
type RPCCliConf struct { Psm string `yaml:"Psm" json:"Psm"` DebugAddr string `yaml:"DebugAddr" json:"DebugAddr"` Cluster string `yaml:"Cluster" json:"Cluster"` IDC string `yaml:"IDC" json:"IDC"` Timeout time.Duration `yaml:"Timeout" json:"Timeout"` ConnTimeout time.Duration `yaml:"ConnTimeout" json:"ConnTimeout"` }
type TenantInfo ¶
Click to show internal directories.
Click to hide internal directories.