Skip to content

Commit

Permalink
chore: split out into another service
Browse files Browse the repository at this point in the history
Signed-off-by: AlexsJones <[email protected]>
  • Loading branch information
AlexsJones committed Sep 20, 2024
1 parent df5786b commit 8a21f12
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions protobuf/schema/v1/server_analyzer_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,6 @@ message AnalyzeResponse {
repeated Result results = 5;
}

message Error {
string message = 1;
int32 code = 2;
}

message QueryRequest {
string backend = 1;
string query = 2;
}

message QueryResponse {
Error error = 1;
string response = 2;
}


service ServerAnalyzerService {

rpc Analyze(AnalyzeRequest) returns (AnalyzeResponse) {
Expand Down

0 comments on commit 8a21f12

Please sign in to comment.