aboutsummaryrefslogtreecommitdiffstats
path: root/proto/pseudonyms/entity.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/pseudonyms/entity.proto')
-rw-r--r--proto/pseudonyms/entity.proto10
1 files changed, 10 insertions, 0 deletions
diff --git a/proto/pseudonyms/entity.proto b/proto/pseudonyms/entity.proto
new file mode 100644
index 0000000..d656193
--- /dev/null
+++ b/proto/pseudonyms/entity.proto
@@ -0,0 +1,10 @@
+syntax = "proto3";
+
+package pseudonyms.entity;
+
+import "google/protobuf/timestamp.proto";
+
+message Entity {
+ string id = 1;
+ google.protobuf.Timestamp cre_dt_tm = 2;
+}