Ejemplo n.º 1
0
func (tca *TCA) startTCAP(srv *grpc.Server) {
	pb.RegisterTCAPServer(srv, &TCAP{tca})
	tcaLogger.Info("TCA PUBLIC gRPC API server started")
}
Ejemplo n.º 2
0
func (tca *TCA) startTCAP(srv *grpc.Server) {
	pb.RegisterTCAPServer(srv, &TCAP{tca})
}
Ejemplo n.º 3
0
func (tca *TCA) startTCAP(srv *grpc.Server) {
	pb.RegisterTCAPServer(srv, &TCAP{tca})
	Info.Println("TCA PUBLIC gRPC API server started")
}