intel / ACON

Apache License 2.0
57 stars 18 forks source link

[`aconcli`] Build error #33

Closed billionairiam closed 1 year ago

billionairiam commented 1 year ago

When I run go generate && go build It will report

# aconcli/service
service/service.go:160:13: r.GetReport undefined (type *__.ReportResponse has no field or method GetReport)

And I didn't find GetReport function in struct ReportResponse , Maybe the interface changed.

xxu36 commented 1 year ago

@billionairiam Yes, the proto file in acond has been updated. aconcli code will sync with it.

binxing commented 1 year ago

@billionairiam has fixed this issue so close it now.