type grpcType … const Unary … const ClientStream … const ServerStream … const BidiStream … var allCodes … func splitMethodName(fullMethodName string) (string, string) { … } func typeFromMethodInfo(mInfo *grpc.MethodInfo) grpcType { … }
type grpcType … const Unary … const ClientStream … const ServerStream … const BidiStream … var allCodes … func splitMethodName(fullMethodName string) (string, string) { … } func typeFromMethodInfo(mInfo *grpc.MethodInfo) grpcType { … }