The protoparser should be used to get all RPC functions and Messages from a sample proto file.
Messages should be stored in a map with string key to be accessable by their name as the protoparser stores RPC function return and request types as strings
rpcFunctions should be stored in a slice to have a collection that could be iterated
The protoparser should be used to get all RPC functions and Messages from a sample proto file.