Browse Source

update grpc version

pull/1780/head
Ethan Buchman 8 years ago
parent
commit
73e5c3cb7b
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      types/types.pb.go

+ 7
- 2
types/types.pb.go View File

@ -54,7 +54,9 @@ var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
const _ = proto.ProtoPackageIsVersion1
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
// Not being used
// Could be added to request/response
@ -1716,9 +1718,12 @@ var _TMSPApplication_serviceDesc = grpc.ServiceDesc{
Handler: _TMSPApplication_EndBlock_Handler,
},
},
Streams: []grpc.StreamDesc{},
Streams: []grpc.StreamDesc{},
Metadata: fileDescriptor0,
}
func init() { proto.RegisterFile("types.proto", fileDescriptor0) }
var fileDescriptor0 = []byte{
// 1379 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xac, 0x57, 0xc9, 0x72, 0x14, 0x47,


Loading…
Cancel
Save