(cc grpc.ClientConnInterface)
| 37 | } |
| 38 | |
| 39 | func NewNodeAgentClient(cc grpc.ClientConnInterface) NodeAgentClient { |
| 40 | return &nodeAgentClient{cc} |
| 41 | } |
| 42 | |
| 43 | func (c *nodeAgentClient) Session(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[NodeMessage, ServerMessage], error) { |
| 44 | cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) |
no outgoing calls