apitest-plantuml icon indicating copy to clipboard operation
apitest-plantuml copied to clipboard

undefined: apitest.NewHttpRequestLogEntry

Open Luc45 opened this issue 4 years ago • 1 comments

I'm getting an undefined error when importing the PlantUml module to a project.

This is the error:

/go/pkg/mod/github.com/steinfletcher/[email protected]/plantuml.go:92:18: undefined: apitest.NewHttpRequestLogEntry
/go/pkg/mod/github.com/steinfletcher/[email protected]/plantuml.go:99:18: undefined: apitest.NewHttpResponseLogEntry
/go/pkg/mod/github.com/steinfletcher/[email protected]/plantuml.go:121:23: undefined: apitest.LogEntry

In this commit, on Jul 28, 2019, apitest.NewHttpRequestLogEntry became apitest.newHttpRequestLogEntry (lowercase): https://github.com/steinfletcher/apitest/commit/c0975913c5d2ef0d57b781de0ec4b7ad72dee172#diff-daa6b522db39c0bc3606f5071822456dR221

This is possibly the reason.

Luc45 avatar Jun 21 '20 12:06 Luc45

me too, any one help

Mignet avatar Mar 19 '23 13:03 Mignet