Skip to content

Commit

Permalink
Regenerate protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Sep 24, 2018
1 parent e8a7339 commit 895e844
Show file tree
Hide file tree
Showing 47 changed files with 69,788 additions and 23,637 deletions.
188 changes: 99 additions & 89 deletions gogoproto/gogo.pb.go

Large diffs are not rendered by default.

527 changes: 264 additions & 263 deletions test/casttype/combos/both/casttype.pb.go

Large diffs are not rendered by default.

527 changes: 264 additions & 263 deletions test/casttype/combos/marshaler/casttype.pb.go

Large diffs are not rendered by default.

529 changes: 265 additions & 264 deletions test/casttype/combos/neither/casttype.pb.go

Large diffs are not rendered by default.

529 changes: 265 additions & 264 deletions test/casttype/combos/unmarshaler/casttype.pb.go

Large diffs are not rendered by default.

489 changes: 245 additions & 244 deletions test/castvalue/castvalue.pb.go

Large diffs are not rendered by default.

479 changes: 240 additions & 239 deletions test/castvalue/combos/both/castvalue.pb.go

Large diffs are not rendered by default.

481 changes: 241 additions & 240 deletions test/castvalue/combos/marshaler/castvalue.pb.go

Large diffs are not rendered by default.

503 changes: 252 additions & 251 deletions test/castvalue/combos/unmarshaler/castvalue.pb.go

Large diffs are not rendered by default.

843 changes: 422 additions & 421 deletions test/combos/both/thetest.pb.go

Large diffs are not rendered by default.

843 changes: 422 additions & 421 deletions test/combos/marshaler/thetest.pb.go

Large diffs are not rendered by default.

843 changes: 422 additions & 421 deletions test/combos/unmarshaler/thetest.pb.go

Large diffs are not rendered by default.

507 changes: 254 additions & 253 deletions test/example/example.pb.go

Large diffs are not rendered by default.

467 changes: 234 additions & 233 deletions test/filedotname/file.dot.pb.go

Large diffs are not rendered by default.

475 changes: 238 additions & 237 deletions test/group/group.pb.go

Large diffs are not rendered by default.

499 changes: 250 additions & 249 deletions test/mapdefaults/combos/both/map.pb.go

Large diffs are not rendered by default.

497 changes: 249 additions & 248 deletions test/mapdefaults/combos/marshaler/map.pb.go

Large diffs are not rendered by default.

497 changes: 249 additions & 248 deletions test/mapdefaults/combos/neither/map.pb.go

Large diffs are not rendered by default.

497 changes: 249 additions & 248 deletions test/mapdefaults/combos/unmarshaler/map.pb.go

Large diffs are not rendered by default.

591 changes: 296 additions & 295 deletions test/mapsproto2/combos/both/mapsproto2.pb.go

Large diffs are not rendered by default.

591 changes: 296 additions & 295 deletions test/mapsproto2/combos/marshaler/mapsproto2.pb.go

Large diffs are not rendered by default.

597 changes: 299 additions & 298 deletions test/mapsproto2/combos/neither/mapsproto2.pb.go

Large diffs are not rendered by default.

591 changes: 296 additions & 295 deletions test/mapsproto2/combos/unmarshaler/mapsproto2.pb.go

Large diffs are not rendered by default.

513 changes: 257 additions & 256 deletions test/oneof/combos/both/one.pb.go

Large diffs are not rendered by default.

515 changes: 258 additions & 257 deletions test/oneof/combos/marshaler/one.pb.go

Large diffs are not rendered by default.

531 changes: 266 additions & 265 deletions test/oneof/combos/neither/one.pb.go

Large diffs are not rendered by default.

531 changes: 266 additions & 265 deletions test/oneof/combos/unmarshaler/one.pb.go

Large diffs are not rendered by default.

493 changes: 247 additions & 246 deletions test/oneof3/combos/both/one.pb.go

Large diffs are not rendered by default.

489 changes: 245 additions & 244 deletions test/oneof3/combos/marshaler/one.pb.go

Large diffs are not rendered by default.

491 changes: 246 additions & 245 deletions test/oneof3/combos/neither/one.pb.go

Large diffs are not rendered by default.

489 changes: 245 additions & 244 deletions test/oneof3/combos/unmarshaler/one.pb.go

Large diffs are not rendered by default.

4,428 changes: 3,964 additions & 464 deletions test/stdtypes/stdtypes.pb.go

Large diffs are not rendered by default.

1,007 changes: 504 additions & 503 deletions test/theproto3/combos/both/theproto3.pb.go

Large diffs are not rendered by default.

999 changes: 500 additions & 499 deletions test/theproto3/combos/marshaler/theproto3.pb.go

Large diffs are not rendered by default.

999 changes: 500 additions & 499 deletions test/theproto3/combos/neither/theproto3.pb.go

Large diffs are not rendered by default.

953 changes: 477 additions & 476 deletions test/theproto3/combos/unmarshaler/theproto3.pb.go

Large diffs are not rendered by default.

841 changes: 421 additions & 420 deletions test/thetest.pb.go

Large diffs are not rendered by default.

23,332 changes: 19,208 additions & 4,124 deletions test/types/combos/both/types.pb.go

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions test/types/combos/both/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
package types

import (
math_rand "math/rand"
"testing"
"time"
math_rand "math/rand"

"github.com/gogo/protobuf/jsonpb"
"github.com/gogo/protobuf/proto"
"github.com/gogo/protobuf/jsonpb"
)

func TestFullCircleProtoToStd(t *testing.T) {
Expand Down Expand Up @@ -139,6 +139,7 @@ func TestJsonFullCircleRepProtoToStd(t *testing.T) {
}
}


func TestFullCircleMapProtoToStd(t *testing.T) {
seed := time.Now().UnixNano()
popr := math_rand.New(math_rand.NewSource(seed))
Expand Down
Loading

0 comments on commit 895e844

Please sign in to comment.