Skip to content
Snippets Groups Projects
Commit 58c95b6b authored by ko_oler's avatar ko_oler
Browse files

Добавлено поле TTL в proto-файл collections

parent d9fd1b73
No related branches found
No related tags found
1 merge request!6Добавлено поле TTL в proto-файл collections
...@@ -3,6 +3,7 @@ syntax = "proto3"; ...@@ -3,6 +3,7 @@ syntax = "proto3";
import "google/protobuf/empty.proto"; import "google/protobuf/empty.proto";
import "common/common.proto"; import "common/common.proto";
import "google/protobuf/timestamp.proto"; import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";
option go_package = "git.perx.ru/perxis/perxis-go/proto/collections;collections"; option go_package = "git.perx.ru/perxis/perxis-go/proto/collections;collections";
...@@ -25,6 +26,7 @@ message Collection { ...@@ -25,6 +26,7 @@ message Collection {
optional bool no_data = 12; optional bool no_data = 12;
string schema = 7; string schema = 7;
bool hidden = 13; bool hidden = 13;
google.protobuf.Duration TTL = 14;
message View { message View {
string space_id = 1; string space_id = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment