Documentation ¶
Overview ¶
* * (C) 2023 Ford Motor Company * * All files and artifacts in the repository at https://github.com/covesa/vissr * are licensed under the provisions of the license provided by the LICENSE file in this repository. * *
Index ¶
- Constants
- func GrpcMgrInit(mgrId int, transportMgrChan chan string)
- func RemoveRoutingForwardResponse(response string)
- type GrpcRequestMessage
- type GrpcRoutingData
- type Handler
- type Server
- func (s *Server) GetRequest(ctx context.Context, in *pb.GetRequestMessage) (*pb.GetResponseMessage, error)
- func (s *Server) SetRequest(ctx context.Context, in *pb.SetRequestMessage) (*pb.SetResponseMessage, error)
- func (s *Server) SubscribeRequest(in *pb.SubscribeRequestMessage, stream pb.VISS_SubscribeRequestServer) error
- func (s *Server) UnsubscribeRequest(ctx context.Context, in *pb.UnsubscribeRequestMessage) (*pb.UnsubscribeResponseMessage, error)
Constants ¶
View Source
const KILL_MESSAGE = "kill subscription"
View Source
const MAXGRPCCLIENTS = 50
Variables ¶
This section is empty.
Functions ¶
func GrpcMgrInit ¶
func RemoveRoutingForwardResponse ¶
func RemoveRoutingForwardResponse(response string)
Types ¶
type GrpcRequestMessage ¶
type GrpcRoutingData ¶
type Handler ¶
type Handler struct { }
func (*Handler) HandleConn ¶
HandleConn processes the Conn stats.
type Server ¶
type Server struct {
pb.UnimplementedVISSServer
}
func (*Server) GetRequest ¶
func (s *Server) GetRequest(ctx context.Context, in *pb.GetRequestMessage) (*pb.GetResponseMessage, error)
func (*Server) SetRequest ¶
func (s *Server) SetRequest(ctx context.Context, in *pb.SetRequestMessage) (*pb.SetResponseMessage, error)
func (*Server) SubscribeRequest ¶
func (s *Server) SubscribeRequest(in *pb.SubscribeRequestMessage, stream pb.VISS_SubscribeRequestServer) error
func (*Server) UnsubscribeRequest ¶
func (s *Server) UnsubscribeRequest(ctx context.Context, in *pb.UnsubscribeRequestMessage) (*pb.UnsubscribeResponseMessage, error)
Click to show internal directories.
Click to hide internal directories.