# Functions
NewTransportJson returns a TransportJson.
# Structs
GrpcProxy is the object responsible to create a communication gRPC Server that calls other gRPC Server.
GrpcWebProxy is the object responsible to create a communication gRPC Web Server that calls other gRPC Server.
JSON structure is used to marshall or unmarshal a protobuffer messsage.
TransportJson is used to transport the communication between a grpc server and a web client (json).
# Type aliases
AllowedOrigins is used to register de Allowed Origins.