service backend
This commit is contained in:
7
api/proto/account_created.proto
Normal file
7
api/proto/account_created.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "github.com/tech/sendico/pkg/generated/gmessaging";
|
||||
|
||||
message AccountCreatedEvent {
|
||||
string AccountRef = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user