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
kitchenpb
KitchenService
AcceptTicket
GetRestaurant
AcceptTicketRequest
AcceptTicketResponse
GetRestaurantRequest
GetRestaurantResponse
package
kitchenpb
Get desktop application:
View/edit binary Protocol Buffers messages
service
KitchenService
service.proto:9
rpc
GetRestaurant
(
GetRestaurantRequest
,
GetRestaurantResponse
)
service.proto:10
message
GetRestaurantRequest
service.proto:14
string
RestaurantID
= 1
message
GetRestaurantResponse
service.proto:18
string
RestaurantID
= 1
rpc
AcceptTicket
(
AcceptTicketRequest
,
AcceptTicketResponse
)
service.proto:11
message
AcceptTicketRequest
service.proto:22
string
TicketID
= 1
optional
google.protobuf.Timestamp
ReadyBy
= 2
message
AcceptTicketResponse
service.proto:27
string
TicketID
= 1