generated from PenaSide/GolangTemplate
upd proto payment_callback
This commit is contained in:
parent
ecb5eee406
commit
2350d16cba
@ -3,13 +3,14 @@ syntax = "proto3";
|
||||
package payment_callback;
|
||||
|
||||
import "google/protobuf/empty.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
//import "google/protobuf/timestamp.proto";
|
||||
|
||||
option go_package = "./payment_callback";
|
||||
|
||||
service PaymentCallbackService {
|
||||
rpc OnSuccess(Event) returns (google.protobuf.Empty) {}
|
||||
rpc OnFailure(Event) returns (google.protobuf.Empty) {}
|
||||
rpc OnCartPurchase(Event) returns (google.protobuf.Empty) {}
|
||||
}
|
||||
|
||||
message Event {
|
||||
|
Loading…
Reference in New Issue
Block a user