MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / CommonResponse

Struct CommonResponse

pkg/qdrant/common.go:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type CommonResponse struct {
30 Result interface{} `json:"result"`
31 Status interface{} `json:"status"`
32 Time float64 `json:"time"`
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected