feat: added v1 files

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-12 00:36:17 +02:00
parent 8c1f7f829d
commit fcaf77b777
7 changed files with 59 additions and 357 deletions

View File

@@ -2,9 +2,9 @@ syntax = "proto3";
import "google/protobuf/timestamp.proto";
package nodata;
package nodata.v1;
service NoData {
service NoDataService {
rpc PublishEvent(PublishEventRequest) returns (PublishEventResponse) {}
rpc GetTopics(GetTopicsRequest) returns (GetTopicsResponse) {}
rpc GetKeys(GetKeysRequest) returns (GetKeysResponse) {}