in lib/go/si/si_grpc.pb.go [79:86]
func (c *schedulerClient) UpdateAllocation(ctx context.Context, opts ...grpc.CallOption) (Scheduler_UpdateAllocationClient, error) {
stream, err := c.cc.NewStream(ctx, &Scheduler_ServiceDesc.Streams[0], Scheduler_UpdateAllocation_FullMethodName, opts...)
if err != nil {
return nil, err
}
x := &schedulerUpdateAllocationClient{stream}
return x, nil
}