intel / ACON

Apache License 2.0
56 stars 16 forks source link

[`aconcli`] Build error #33

Closed billionairiam closed 10 months ago

billionairiam commented 10 months 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 10 months ago

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

binxing commented 10 months ago

@billionairiam has fixed this issue so close it now.