Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCServer ¶
type GRPCServer struct {
// contains filtered or unexported fields
}
func NewGRPCServer ¶
func NewGRPCServer( port int, shippingClient shipping_v1.ShippingClient, warehouseClient warehouse_v1.WarehouseClient, grpcOpts ...grpc.ServerOption, ) ( *GRPCServer, error, )
func (*GRPCServer) Start ¶
func (s *GRPCServer) Start() error
func (*GRPCServer) Stop ¶
func (s *GRPCServer) Stop()
Click to show internal directories.
Click to hide internal directories.