refactored notificatoin / tgsettle responsibility boundaries
This commit is contained in:
@@ -72,10 +72,12 @@ message CardPayoutResponse {
|
||||
string error_message = 5;
|
||||
}
|
||||
|
||||
// GetCardPayoutStatusRequest fetches the current status of a payout.
|
||||
message GetCardPayoutStatusRequest {
|
||||
string payout_id = 1;
|
||||
}
|
||||
|
||||
// GetCardPayoutStatusResponse returns the current payout state.
|
||||
message GetCardPayoutStatusResponse {
|
||||
CardPayoutState payout = 1;
|
||||
}
|
||||
@@ -85,8 +87,10 @@ message CardPayoutStatusChangedEvent {
|
||||
CardPayoutState payout = 1;
|
||||
}
|
||||
|
||||
// ListGatewayInstancesRequest requests all registered gateway instances.
|
||||
message ListGatewayInstancesRequest {}
|
||||
|
||||
// ListGatewayInstancesResponse returns the available gateway instances.
|
||||
message ListGatewayInstancesResponse {
|
||||
repeated common.gateway.v1.GatewayInstanceDescriptor items = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user