From 1e149ba374383a4b74e836f6c9e54fede6b09c61 Mon Sep 17 00:00:00 2001 From: Spencer Nelson Date: Tue, 20 Feb 2018 09:35:59 -0800 Subject: [PATCH] Regenerate with v5.3.0 --- clientcompat/internal/clientcompat/clientcompat.twirp.go | 8 ++++---- clientcompat/pycompat/clientcompat_pb2_twirp.py | 2 +- example/service.twirp.go | 8 ++++---- example/service_pb2_twirp.py | 2 +- internal/gen/version.go | 2 +- internal/twirptest/gogo_compat/service.twirp.go | 8 ++++---- internal/twirptest/importable/importable.twirp.go | 8 ++++---- internal/twirptest/importable/importable_pb2_twirp.py | 2 +- internal/twirptest/importer/importer.twirp.go | 8 ++++---- internal/twirptest/importer/importer_pb2_twirp.py | 2 +- internal/twirptest/multiple/multiple1.twirp.go | 8 ++++---- internal/twirptest/multiple/multiple1_pb2_twirp.py | 2 +- internal/twirptest/multiple/multiple2.twirp.go | 4 ++-- internal/twirptest/multiple/multiple2_pb2_twirp.py | 2 +- .../twirptest/no_package_name/no_package_name.twirp.go | 8 ++++---- .../no_package_name/no_package_name_pb2_twirp.py | 2 +- .../no_package_name_importer.twirp.go | 8 ++++---- .../no_package_name_importer_pb2_twirp.py | 2 +- internal/twirptest/proto/proto.twirp.go | 8 ++++---- internal/twirptest/proto/proto_pb2_twirp.py | 2 +- internal/twirptest/service.twirp.go | 8 ++++---- internal/twirptest/service_pb2_twirp.py | 2 +- 22 files changed, 53 insertions(+), 53 deletions(-) diff --git a/clientcompat/internal/clientcompat/clientcompat.twirp.go b/clientcompat/internal/clientcompat/clientcompat.twirp.go index 9500629c..e781611c 100644 --- a/clientcompat/internal/clientcompat/clientcompat.twirp.go +++ b/clientcompat/internal/clientcompat/clientcompat.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: clientcompat.proto /* Package clientcompat is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. It is generated from these files: clientcompat.proto @@ -487,7 +487,7 @@ func (s *compatServiceServer) ServiceDescriptor() ([]byte, int) { } func (s *compatServiceServer) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -617,7 +617,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/clientcompat/pycompat/clientcompat_pb2_twirp.py b/clientcompat/pycompat/clientcompat_pb2_twirp.py index 7f7ea99d..ee5674a2 100644 --- a/clientcompat/pycompat/clientcompat_pb2_twirp.py +++ b/clientcompat/pycompat/clientcompat_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: clientcompat.proto try: diff --git a/example/service.twirp.go b/example/service.twirp.go index c0300466..74bc5868 100644 --- a/example/service.twirp.go +++ b/example/service.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: service.proto /* Package example is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. It is generated from these files: service.proto @@ -320,7 +320,7 @@ func (s *haberdasherServer) ServiceDescriptor() ([]byte, int) { } func (s *haberdasherServer) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -450,7 +450,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/example/service_pb2_twirp.py b/example/service_pb2_twirp.py index 061bfc4d..aad5d2e6 100644 --- a/example/service_pb2_twirp.py +++ b/example/service_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: service.proto try: diff --git a/internal/gen/version.go b/internal/gen/version.go index 65140cc2..213076c5 100644 --- a/internal/gen/version.go +++ b/internal/gen/version.go @@ -13,4 +13,4 @@ package gen -const Version = "v5.2.0" +const Version = "v5.3.0" diff --git a/internal/twirptest/gogo_compat/service.twirp.go b/internal/twirptest/gogo_compat/service.twirp.go index a2914a5f..7f98d9e3 100644 --- a/internal/twirptest/gogo_compat/service.twirp.go +++ b/internal/twirptest/gogo_compat/service.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: service.proto /* Package gogo_compat is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. Test to make sure that Twirp plays well with code generated with github.com/gogo/protobuf/protoc-gen-gofast. @@ -322,7 +322,7 @@ func (s *svcServer) ServiceDescriptor() ([]byte, int) { } func (s *svcServer) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -452,7 +452,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/internal/twirptest/importable/importable.twirp.go b/internal/twirptest/importable/importable.twirp.go index b9c49ef7..85e226a9 100644 --- a/internal/twirptest/importable/importable.twirp.go +++ b/internal/twirptest/importable/importable.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: importable.proto /* Package importable is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. Test to make sure that importing other packages doesnt break @@ -321,7 +321,7 @@ func (s *svcServer) ServiceDescriptor() ([]byte, int) { } func (s *svcServer) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -451,7 +451,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/internal/twirptest/importable/importable_pb2_twirp.py b/internal/twirptest/importable/importable_pb2_twirp.py index 101a2e80..4a79a631 100644 --- a/internal/twirptest/importable/importable_pb2_twirp.py +++ b/internal/twirptest/importable/importable_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: importable.proto try: diff --git a/internal/twirptest/importer/importer.twirp.go b/internal/twirptest/importer/importer.twirp.go index 390a5bcd..0b1ca05e 100644 --- a/internal/twirptest/importer/importer.twirp.go +++ b/internal/twirptest/importer/importer.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: importer.proto /* Package importer is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. Test to make sure that importing other packages doesnt break @@ -323,7 +323,7 @@ func (s *svc2Server) ServiceDescriptor() ([]byte, int) { } func (s *svc2Server) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -453,7 +453,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/internal/twirptest/importer/importer_pb2_twirp.py b/internal/twirptest/importer/importer_pb2_twirp.py index b2583a8e..d733fde8 100644 --- a/internal/twirptest/importer/importer_pb2_twirp.py +++ b/internal/twirptest/importer/importer_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: importer.proto try: diff --git a/internal/twirptest/multiple/multiple1.twirp.go b/internal/twirptest/multiple/multiple1.twirp.go index 080772cc..a269c01d 100644 --- a/internal/twirptest/multiple/multiple1.twirp.go +++ b/internal/twirptest/multiple/multiple1.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: multiple1.proto /* Package multiple is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. test to make sure that multiple proto files in one package works @@ -322,7 +322,7 @@ func (s *svc1Server) ServiceDescriptor() ([]byte, int) { } func (s *svc1Server) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -452,7 +452,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/internal/twirptest/multiple/multiple1_pb2_twirp.py b/internal/twirptest/multiple/multiple1_pb2_twirp.py index b5116936..fcc5d233 100644 --- a/internal/twirptest/multiple/multiple1_pb2_twirp.py +++ b/internal/twirptest/multiple/multiple1_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: multiple1.proto try: diff --git a/internal/twirptest/multiple/multiple2.twirp.go b/internal/twirptest/multiple/multiple2.twirp.go index 46968938..ead173b6 100644 --- a/internal/twirptest/multiple/multiple2.twirp.go +++ b/internal/twirptest/multiple/multiple2.twirp.go @@ -1,4 +1,4 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: multiple2.proto package multiple @@ -474,7 +474,7 @@ func (s *svc2Server) ServiceDescriptor() ([]byte, int) { } func (s *svc2Server) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } var twirpFileDescriptor1 = []byte{ diff --git a/internal/twirptest/multiple/multiple2_pb2_twirp.py b/internal/twirptest/multiple/multiple2_pb2_twirp.py index ba8e92f4..4886348a 100644 --- a/internal/twirptest/multiple/multiple2_pb2_twirp.py +++ b/internal/twirptest/multiple/multiple2_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: multiple2.proto try: diff --git a/internal/twirptest/no_package_name/no_package_name.twirp.go b/internal/twirptest/no_package_name/no_package_name.twirp.go index 9b061a63..d5f1dfa2 100644 --- a/internal/twirptest/no_package_name/no_package_name.twirp.go +++ b/internal/twirptest/no_package_name/no_package_name.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: no_package_name.proto /* Package no_package_name is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. It is generated from these files: no_package_name.proto @@ -318,7 +318,7 @@ func (s *svcServer) ServiceDescriptor() ([]byte, int) { } func (s *svcServer) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -448,7 +448,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/internal/twirptest/no_package_name/no_package_name_pb2_twirp.py b/internal/twirptest/no_package_name/no_package_name_pb2_twirp.py index d2bc79af..7e09b4b8 100644 --- a/internal/twirptest/no_package_name/no_package_name_pb2_twirp.py +++ b/internal/twirptest/no_package_name/no_package_name_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: no_package_name.proto try: diff --git a/internal/twirptest/no_package_name_importer/no_package_name_importer.twirp.go b/internal/twirptest/no_package_name_importer/no_package_name_importer.twirp.go index c851815a..a6214911 100644 --- a/internal/twirptest/no_package_name_importer/no_package_name_importer.twirp.go +++ b/internal/twirptest/no_package_name_importer/no_package_name_importer.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: no_package_name_importer.proto /* Package no_package_name_importer is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. It is generated from these files: no_package_name_importer.proto @@ -320,7 +320,7 @@ func (s *svc2Server) ServiceDescriptor() ([]byte, int) { } func (s *svc2Server) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -450,7 +450,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/internal/twirptest/no_package_name_importer/no_package_name_importer_pb2_twirp.py b/internal/twirptest/no_package_name_importer/no_package_name_importer_pb2_twirp.py index 03c1edc5..23158458 100644 --- a/internal/twirptest/no_package_name_importer/no_package_name_importer_pb2_twirp.py +++ b/internal/twirptest/no_package_name_importer/no_package_name_importer_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: no_package_name_importer.proto try: diff --git a/internal/twirptest/proto/proto.twirp.go b/internal/twirptest/proto/proto.twirp.go index 2174b8da..41b488a0 100644 --- a/internal/twirptest/proto/proto.twirp.go +++ b/internal/twirptest/proto/proto.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: proto.proto /* Package proto is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. Test to make sure that a package named proto doesn't break @@ -321,7 +321,7 @@ func (s *svcServer) ServiceDescriptor() ([]byte, int) { } func (s *svcServer) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -451,7 +451,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/internal/twirptest/proto/proto_pb2_twirp.py b/internal/twirptest/proto/proto_pb2_twirp.py index 70e3f4e9..fbd99af5 100644 --- a/internal/twirptest/proto/proto_pb2_twirp.py +++ b/internal/twirptest/proto/proto_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: proto.proto try: diff --git a/internal/twirptest/service.twirp.go b/internal/twirptest/service.twirp.go index ca5bf440..77d94ec8 100644 --- a/internal/twirptest/service.twirp.go +++ b/internal/twirptest/service.twirp.go @@ -1,9 +1,9 @@ -// Code generated by protoc-gen-twirp v5.2.0, DO NOT EDIT. +// Code generated by protoc-gen-twirp v5.3.0, DO NOT EDIT. // source: service.proto /* Package twirptest is a generated twirp stub package. -This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.2.0. +This code was generated with github.com/twitchtv/twirp/protoc-gen-twirp v5.3.0. It is generated from these files: service.proto @@ -320,7 +320,7 @@ func (s *haberdasherServer) ServiceDescriptor() ([]byte, int) { } func (s *haberdasherServer) ProtocGenTwirpVersion() string { - return "v5.2.0" + return "v5.3.0" } // ===== @@ -450,7 +450,7 @@ func newRequest(ctx context.Context, url string, reqBody io.Reader, contentType } req.Header.Set("Accept", contentType) req.Header.Set("Content-Type", contentType) - req.Header.Set("Twirp-Version", "v5.2.0") + req.Header.Set("Twirp-Version", "v5.3.0") return req, nil } diff --git a/internal/twirptest/service_pb2_twirp.py b/internal/twirptest/service_pb2_twirp.py index dd65007c..7140b9e6 100644 --- a/internal/twirptest/service_pb2_twirp.py +++ b/internal/twirptest/service_pb2_twirp.py @@ -1,4 +1,4 @@ -# Code generated by protoc-gen-twirp_python v5.2.0, DO NOT EDIT. +# Code generated by protoc-gen-twirp_python v5.3.0, DO NOT EDIT. # source: service.proto try: