removed testing stuff
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
-- Add migration script here
|
||||
CREATE TABLE processed_data (
|
||||
id SERIAL PRIMARY KEY,
|
||||
content TEXT NOT NULL,
|
||||
created_at TIMESTAMP DEFAULT NOW()
|
||||
);
|
||||
@@ -3,10 +3,6 @@ syntax = "proto3";
|
||||
|
||||
package multieko2;
|
||||
|
||||
service DataProcessor {
|
||||
rpc ProcessData (DataRequest) returns (DataResponse);
|
||||
}
|
||||
|
||||
service Adresar {
|
||||
rpc PostAdresar (PostAdresarRequest) returns (AdresarResponse);
|
||||
rpc GetAdresar (GetAdresarRequest) returns (AdresarResponse);
|
||||
@@ -82,14 +78,6 @@ message PutAdresarRequest {
|
||||
string fax = 16;
|
||||
}
|
||||
|
||||
message DataRequest {
|
||||
string data = 1;
|
||||
}
|
||||
|
||||
message DataResponse {
|
||||
string processed_data = 1;
|
||||
}
|
||||
|
||||
message DeleteAdresarResponse {
|
||||
bool success = 1; // Indicates whether the deletion was successful
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user