Skip to content

little mistake in domaindata.proto #907

@SethMa423

Description

@SethMa423

Issue Type

Others

Search for existing issues similar to yours

Yes

OS Platform and Distribution

Linux Ubuntu

Kuscia Version

1.0.0b0

Deployment

docker

deployment Version

any

App Running type

others

App Running version

secretflow 1.5.0b0

Configuration file used to run kuscia.

xx

What happend and What you expected to happen.

kuscia/proto/api/v1alpha1/kusciaapi/domaindata.proto:31 行应该为:

  rpc DeleteDomainDataAndRaw(DeleteDomainDataRequest) returns (DeleteDomainDataResponse);

然而注意实际内容为:

  rpc DeleteDomainDataAndRaw(DeleteDomainDataRequest) returns (DeleteDomainDataRequest);

Kuscia log output.

no log

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions