Closed billionairiam closed 1 year ago
When I run go generate && go build It will report
go generate && go build
# 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.
GetReport
struct ReportResponse
@billionairiam Yes, the proto file in acond has been updated. aconcli code will sync with it.
acond
aconcli
@billionairiam has fixed this issue so close it now.
When I run
go generate && go build
It will reportAnd I didn't find
GetReport
function instruct ReportResponse
, Maybe the interface changed.