v2: redundant rpc
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
4498becd69
commit
bc654ce714
@ -12,7 +12,7 @@ service WalletService {
|
|||||||
rpc InternalWalletDeleteCache(base.v1.Empty) returns (base.v1.StatusRes);
|
rpc InternalWalletDeleteCache(base.v1.Empty) returns (base.v1.StatusRes);
|
||||||
rpc InternalCreateFederation(auth.v1.InternalIAM) returns (base.v1.StatusRes);
|
rpc InternalCreateFederation(auth.v1.InternalIAM) returns (base.v1.StatusRes);
|
||||||
|
|
||||||
rpc AdminGetFederation(GetFederationReq) returns (Federation);
|
// rpc AdminGetFederation(GetFederationReq) returns (Federation);
|
||||||
rpc UserGetFederation(auth.v1.InternalIAM) returns (Federation);
|
rpc UserGetFederation(auth.v1.InternalIAM) returns (Federation);
|
||||||
|
|
||||||
rpc GetNetworkList(base.v1.Empty) returns (NetworkList);
|
rpc GetNetworkList(base.v1.Empty) returns (NetworkList);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user