github.com/gogo/protobuf@v1.3.2/jsonpb/jsonpb_test_proto/bytes.go (about)

     1  package jsonpb
     2  
     3  // Byte is used to test that []byte type aliases are serialized to base64.
     4  type Byte byte
     5  
     6  // Bytes is used to test that []byte type aliases are serialized to base64.
     7  type Bytes []Byte