(cc grpc.ClientConnInterface)
| 60 | } |
| 61 | |
| 62 | func NewNodeServiceClient(cc grpc.ClientConnInterface) NodeServiceClient { |
| 63 | return &nodeServiceClient{cc} |
| 64 | } |
| 65 | |
| 66 | func (c *nodeServiceClient) Start(ctx context.Context, in *Backend, opts ...grpc.CallOption) (*BaseInfoResponse, error) { |
| 67 | cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) |