Fixed rpc.proto and regenerated files (#457)

This commit is contained in:
David Merkel
2020-03-01 23:36:15 +01:00
committed by GitHub
parent 31fe74a380
commit 9d49184bc6
3 changed files with 433 additions and 49 deletions

View File

@@ -6570,7 +6570,9 @@ func init() {
proto.RegisterType((*GCTScriptGenericResponse)(nil), "gctrpc.GCTScriptGenericResponse")
}
func init() { proto.RegisterFile("rpc.proto", fileDescriptor_77a6da22d6a3feb1) }
func init() {
proto.RegisterFile("rpc.proto", fileDescriptor_77a6da22d6a3feb1)
}
var fileDescriptor_77a6da22d6a3feb1 = []byte{
// 5882 bytes of a gzipped FileDescriptorProto
@@ -6946,11 +6948,11 @@ var fileDescriptor_77a6da22d6a3feb1 = []byte{
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConn
var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4
const _ = grpc.SupportPackageIsVersion6
// GoCryptoTraderClient is the client API for GoCryptoTrader service.
//
@@ -7021,10 +7023,10 @@ type GoCryptoTraderClient interface {
}
type goCryptoTraderClient struct {
cc *grpc.ClientConn
cc grpc.ClientConnInterface
}
func NewGoCryptoTraderClient(cc *grpc.ClientConn) GoCryptoTraderClient {
func NewGoCryptoTraderClient(cc grpc.ClientConnInterface) GoCryptoTraderClient {
return &goCryptoTraderClient{cc}
}