mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci] Add comment for HandleCProtoResult (#9044)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
4323b5dc98
commit
66eac49c49
@ -81,6 +81,7 @@ func HandleCStatus(status *C.CStatus, extraInfo string) error {
|
||||
return errors.New(finalMsg)
|
||||
}
|
||||
|
||||
// HandleCProtoResult deal with the result proto returned from CGO
|
||||
func HandleCProtoResult(cRes *C.CProtoResult, msg proto.Message) error {
|
||||
// Standalone CProto is protobuf created by C side,
|
||||
// Passed from c side
|
||||
|
Loading…
Reference in New Issue
Block a user