We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18293a commit bd180deCopy full SHA for bd180de
backend/modules/evaluation/infra/rpc/agent/agent.go
@@ -18,7 +18,7 @@ func NewAgentAdapter() rpc.IAgentAdapter {
18
return &AgentAdapter{}
19
}
20
21
-func (a AgentAdapter) CallTraceAgent(ctx context.Context, spaceID int64, url string, exptId int64, startTime, endTime int64) (int64, error) {
+func (a AgentAdapter) CallTraceAgent(ctx context.Context, param *rpc.CallTraceAgentParam) (int64, error) {
22
return 0, errorx.NewByCode(errno.CommonInternalErrorCode, errorx.WithExtraMsg("CallTraceAgent not implement"))
23
24
0 commit comments