Summer Mousa

Results 4 issues of Summer Mousa

Fixed some small issues related to passing in a grpc proto as opposed to reading it in from a file.

Converts delimited strings to camel. This is helpful for generating variable names that stem from hyphenated string values.

In design/media_types.go you can specify "Any" to represent a json struct, however, I don't see the matching type when declaring that type in design/models.go I know that postgres supports json...

With a unix socket (*net.UnixConn) you can get the pid from the underlying file descriptor. Is there a similar way to do this with a *PipeConn?