DocSpace-client/common/ASC.Data.Storage/protos/progress_encryption.proto

8 lines
141 B
Protocol Buffer
Raw Normal View History

2020-09-02 10:54:50 +00:00
syntax = "proto3";
package ASC.Data.Storage.Encryption;
message ProgressEncryption {
double progress = 1;
int32 tenant_id = 2;
2020-09-02 10:54:50 +00:00
}