protodoc.io
Project marmotedu/gopractise-demo
Welcome
Commits
GitHub project
Download proto files
Desktop application
Contact us
helloworld
proto
proto
User
GetUser
GetUserRequest
GetUserResponse
package
proto
Get desktop application:
View/edit binary Protocol Buffers messages
service
User
user.proto:8
rpc
GetUser
(
GetUserRequest
,
GetUserResponse
)
user.proto:9
message
GetUserRequest
user.proto:12
string
class
= 1
optional
string
username
= 2
optional
string
user_id
= 3
message
GetUserResponse
user.proto:18
string
class
= 1
string
user_id
= 2
string
username
= 3
string
address
= 4
string
sex
= 5
string
phone
= 6