mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
rename method to endpoint
This commit is contained in:
@ -48,9 +48,9 @@ func TestCodecWriteError(t *testing.T) {
|
||||
}
|
||||
|
||||
err := c.Write(&codec.Message{
|
||||
Method: "Service.Method",
|
||||
Id: "0",
|
||||
Error: "",
|
||||
Endpoint: "Service.Endpoint",
|
||||
Id: "0",
|
||||
Error: "",
|
||||
}, "body")
|
||||
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user