MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / FetchTask

Method FetchTask

relay/channel/adapter.go:47–47  ·  view source on GitHub ↗

FetchTask

(baseUrl, key string, body map[string]any)

Source from the content-addressed store, hash-verified

45
46 // FetchTask
47 FetchTask(baseUrl, key string, body map[string]any) (*http.Response, error)
48
49 ParseTaskResult(respBody []byte) (*relaycommon.TaskInfo, error)
50}

Callers 2

updateVideoSingleTaskFunction · 0.65
updateSunoTaskAllFunction · 0.65

Implementers 3

TaskAdaptorrelay/channel/task/jimeng/adaptor.go
TaskAdaptorrelay/channel/task/suno/adaptor.go
TaskAdaptorrelay/channel/task/kling/adaptor.go

Calls

no outgoing calls

Tested by

no test coverage detected