syntax = "proto3"; package main; option go_package = ".;main"; message Frame { oneof Event { bytes o = 1; bytes i = 2; uint32 r = 3; } }