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 Flow ¶
type Flow struct {
Execution FlowExecution `json:"execution"`
}
type FlowExecution ¶
type FlowExecution struct {
ID int64 `json:"id"`
}
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 ¶
type UserContext ¶
type UserContext struct {
Flow Flow `json:"flow"`
}
Click to show internal directories.
Click to hide internal directories.