Skip to content

Commit

Permalink
chore: Example of updating method comments in Readme(en)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaostudy authored Oct 29, 2023
1 parent 306fb28 commit 7a4b557
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README_ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ When initializing the client, use DubboCodec's `WithFileDescriptor` Option, and
```thrift
service EchoService {
EchoResponse Echo(1: i32 req1, 2: list<i32> req2, 3: map<i32, i32> req3) (hessian.argsType="int,int[],java.util.HashMap")
// Use the default type mapping
EchoDefaultTypeResponse EchoDefaultType(1: i32 req1, 2: i64 req2, 3: bool req3, 4: string req4) (hessian.argsType=",-,,-")
}
```

Expand Down

0 comments on commit 7a4b557

Please sign in to comment.