refactoring

This commit is contained in:
Mikhail
2024-07-11 15:26:43 -04:00
parent 5e4817c222
commit 3ddbe47b7b
6 changed files with 92 additions and 78 deletions

View File

@@ -28,8 +28,8 @@ message ResGetServerInfo {
message NetMaintenanceWindow {
//Timestamp from = 1;
//Timestamp to = 2;
google.protobuf.Timestamp from = 1;
google.protobuf.Timestamp to = 2;
}
message MaintenanceNoticeResponse {

View File

@@ -1,6 +0,0 @@
syntax = "proto3";
option csharp_namespace = "nksrv";
import "google/protobuf/timestamp.proto";
import "google/protobuf/Duration.proto";