Documentation ¶
Index ¶
- func BuildInvokeParamAndContext(ctx context.Context, params interface{}) (string, string, error)
- func BuildInvokeParamsObj(ctx context.Context, apiName string, params interface{}) (map[string]interface{}, error)
- func BuildInvokeParamsStr(ctx context.Context, apiName string, params interface{}) (map[string]interface{}, error)
- func BuildInvokeSysParams(ctx context.Context) map[string]interface{}
- func GenBatchResultByRecordIDs(recordIDs []int64, errMap map[int64]string) *structs.BatchResult
- func GenBatchResultByRecordIDsV3(recordIDs []string, errMap map[string]string) *structs.BatchResultV3
- func GenBatchResultByRecords(records map[int64]interface{}, errMap map[int64]string) *structs.BatchResult
- func GenBatchResultByRecordsV3(records map[string]interface{}, errMap map[string]string) *structs.BatchResultV3
- func GenBatchResultData(id int64, errMap map[int64]string) structs.BatchResultData
- func GenBatchResultDataV3(id string, errMap map[string]string) structs.BatchResultDataV3
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildInvokeParamsObj ¶
func BuildInvokeParamsStr ¶
func BuildInvokeSysParams ¶
func GenBatchResultByRecordIDs ¶ added in v0.0.22
func GenBatchResultByRecordIDs(recordIDs []int64, errMap map[int64]string) *structs.BatchResult
func GenBatchResultByRecordIDsV3 ¶ added in v0.0.35
func GenBatchResultByRecordIDsV3(recordIDs []string, errMap map[string]string) *structs.BatchResultV3
func GenBatchResultByRecords ¶ added in v0.0.22
func GenBatchResultByRecords(records map[int64]interface{}, errMap map[int64]string) *structs.BatchResult
func GenBatchResultByRecordsV3 ¶ added in v0.0.35
func GenBatchResultByRecordsV3(records map[string]interface{}, errMap map[string]string) *structs.BatchResultV3
func GenBatchResultData ¶ added in v0.0.22
func GenBatchResultData(id int64, errMap map[int64]string) structs.BatchResultData
func GenBatchResultDataV3 ¶ added in v0.0.35
func GenBatchResultDataV3(id string, errMap map[string]string) structs.BatchResultDataV3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.