Documentation ¶
Index ¶
Constants ¶
View Source
const ( LanguageCodeZH = 2052 LanguageCodeEN = 1033 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppAccessToken ¶ added in v0.0.23
type CommitSetSystemMod ¶ added in v0.0.28
type CommitSetSystemMod int64
const ( CommitSetSystemMod_NotSet CommitSetSystemMod = 0 CommitSetSystemMod_SysFieldSet CommitSetSystemMod = 1 )
type ExecuteFlowVariable ¶
type ExecuteFlowVariable struct { APIName string `json:"api_name"` Value interface{} `json:"value"` }
type ExecuteFlowVariables ¶
type ExecuteFlowVariables []ExecuteFlowVariable
type ExecutionInfo ¶
type ExecutionInfo struct { Status string `json:"status"` OutParams ExecuteFlowVariables `json:"outParams"` ErrCode *string `json:"errCode"` ErrMsg *string `json:"errMsg"` }
type FlowExecuteResult ¶
type FlowExecuteResult struct { ExecutionID int64 `json:"executionId"` Status string `json:"status"` OutParams ExecuteFlowVariables `json:"outParams"` ErrCode *string `json:"errCode"` ErrMsg *string `json:"errMsg"` }
type MultilingualItem ¶
type SetSystemMod ¶ added in v0.0.28
type SetSystemMod int64
const ( SetSystemMod_NotSet SetSystemMod = iota SetSystemMod_FullSet SetSystemMod_Other )
type TenantAccessToken ¶ added in v0.0.23
type UnauthPermissionInfo ¶ added in v0.0.28
Click to show internal directories.
Click to hide internal directories.