1 2 3 4 5 6 7 8 9 10 11 12 13
syntax = "proto3"; package main; option go_package = ".;main"; message Frame { oneof Event { bytes o = 1; bytes i = 2; uint32 r = 3; } }