Package common houses common logic for all "steps" in this luciexe.
func ReadRequest(inFile string, request proto.Message) error
ReadRequest is a helper to parse an arbitrary protobuf message from a file.
func WriteResponse(outFile string, response proto.Message) error
WriteResponse is a helper to write an arbitrary protobuf message to a file.