boltstore/shared/protobuf/session.proto

7 lines
98 B
Protocol Buffer
Raw Normal View History

2014-06-13 22:42:50 +04:00
package protobuf;
2014-06-13 22:36:36 +04:00
message Session {
optional bytes Values = 1;
optional int64 ExpiresAt = 2;
}