Skip to content

Commit

Permalink
docs(go-client): update config for create client with codec config (#136
Browse files Browse the repository at this point in the history
)

Signed-off-by: Kaixuan Xu <[email protected]>
  • Loading branch information
xkx9431 authored Nov 8, 2024
1 parent 3c158f1 commit cc6962d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/guide/develop/client_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classDiagram
+ timeout
+ connectTimeout
+ bool gzipEnabled
+ enum codec
+ TlsConfig tlsConfig // nullable, language specific
+ void close()
}
Expand Down
1 change: 1 addition & 0 deletions src/zh/guide/develop/client_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classDiagram
+ timeout
+ connectTimeout
+ bool gzipEnabled
+ enum codec
+ TlsConfig tlsConfig // nullable, language specific
+ void close()
}
Expand Down

0 comments on commit cc6962d

Please sign in to comment.