linted protobufs via buf

This commit is contained in:
Priec
2025-12-20 20:57:11 +01:00
parent 1cedd58708
commit a506cd8f08
13 changed files with 185 additions and 206 deletions

View File

@@ -23,8 +23,7 @@ service TableStructureService {
// - Normalizes data_type text (details under TableColumn.data_type)
// - Returns an empty list if the table is validated but has no visible
// columns in information_schema (e.g., physical table missing)
rpc GetTableStructure(GetTableStructureRequest)
returns (TableStructureResponse);
rpc GetTableStructure(GetTableStructureRequest) returns (TableStructureResponse);
}
// Request identifying the profile (schema) and table to inspect.