protodoc.io
Project stackus/ftgogo
Welcome
Readme
Commits
GitHub project
Download proto files
Desktop application
Contact us
accountingpb
commonpb
consumerpb
deliverypb
google.protobuf
kitchenpb
orderhistorypb
orderpb
restaurantpb
accountingpb
AccountingService
DisableAccount
EnableAccount
GetAccount
DisableAccountRequest
EnableAccountRequest
GetAccountRequest
GetAccountResponse
package
accountingpb
Get desktop application:
View/edit binary Protocol Buffers messages
service
AccountingService
service.proto:9
rpc
GetAccount
(
GetAccountRequest
,
GetAccountResponse
)
service.proto:10
message
GetAccountRequest
service.proto:15
string
AccountID
= 1
message
GetAccountResponse
service.proto:19
string
AccountID
= 1
bool
Enabled
= 2
rpc
DisableAccount
(
DisableAccountRequest
,
google.protobuf.Empty
)
service.proto:11
message
DisableAccountRequest
service.proto:24
string
AccountID
= 1
rpc
EnableAccount
(
EnableAccountRequest
,
google.protobuf.Empty
)
service.proto:12
message
EnableAccountRequest
service.proto:28
string
AccountID
= 1