func (c *schedulerClient) Update(ctx context.Context, in *UpdateInput, opts ...grpc.CallOption) (*UpdateOutput, error) {
    out := new(UpdateOutput)
    err := grpc.Invoke(ctx, "/kaede.grpc.Scheduler/Update", in, out, c.cc, opts...)
    if err != nil {
        return nil, err