mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-04 23:16:54 +00:00
Fixed rpc.proto and regenerated files (#457)
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user