Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/actiontech/dtle
/ BuildBaseResp
Function
BuildBaseResp
api/models/base.go:7–17 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
5
}
6
7
func
BuildBaseResp(err error) BaseResp {
8
if
nil == err {
9
return
BaseResp{
10
Message:
"ok"
,
11
}
12
}
else
{
13
return
BaseResp{
14
Message: err.Error(),
15
}
16
}
17
}
Callers
15
JobListV2
Function · 0.92
CreateOrUpdateMigrationJobV2
Function · 0.92
createOrUpdateJob
Function · 0.92
GetJobDetail
Function · 0.92
getJobDetail
Function · 0.92
CreateOrUpdateSyncJobV2
Function · 0.92
createOrUpdateDBToKafkaJob
Function · 0.92
GetSubscriptionJobDetailV2
Function · 0.92
PauseJobV2
Function · 0.92
ResumeJobV2
Function · 0.92
DeleteJobV2
Function · 0.92
GetJobPositionV2
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected