Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCAdapter ¶
type GRPCAdapter struct {
// contains filtered or unexported fields
}
func NewAdapter ¶
func NewAdapter(queueAdapter *queue.QueueAdapter) *GRPCAdapter
func (*GRPCAdapter) Start ¶
func (adapter *GRPCAdapter) Start() error
type GRPCServer ¶
type GRPCServer struct { proto.UnimplementedReservationServiceServer // contains filtered or unexported fields }
func (*GRPCServer) GetReservation ¶
func (s *GRPCServer) GetReservation(ctx context.Context, req *proto.GetReservationRequest) (*proto.GetReservationResponse, error)
Click to show internal directories.
Click to hide internal directories.