Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { orders_grpc.UnimplementedOrdersServiceServer OrderRepository database.Repository }
func (*Server) ListOrders ¶
func (s *Server) ListOrders(_ context.Context, req *orders_grpc.OrderListRequest) (*orders_grpc.OrderListResponse, error)
func (*Server) StartOrder ¶
func (s *Server) StartOrder(_ context.Context, req *orders_grpc.StartOrderRequest) (*orders_grpc.StartOrderResponse, error)
Click to show internal directories.
Click to hide internal directories.