...

Source file src/github.com/gogo/protobuf/jsonpb/jsonpb_test_proto/bytes.go

Documentation: github.com/gogo/protobuf/jsonpb/jsonpb_test_proto

     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
     8  

View as plain text