Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 366 Bytes

First error

# envoy-filter-bro
./config.go:17:38: cannot use &parser{} (value of type *parser) as api.StreamFilterConfigParser value in argument to http.RegisterHttpFilterConfigParser: *parser does not implement api.StreamFilterConfigParser (wrong type for method Parse)
		have Parse(*anypb.Any) (interface{}, error)
		want Parse(*anypb.Any) interface{