mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2025-02-18 08:29:15 +01:00
docs(evreg): move type
to the end, still tbd
This commit is contained in:
parent
7fa54c82ab
commit
38b6127cb1
@ -82,9 +82,9 @@ message TraceLocation {
|
|||||||
|
|
||||||
message CrowdNotifierData {
|
message CrowdNotifierData {
|
||||||
uint32 version = 1;
|
uint32 version = 1;
|
||||||
uint32 type = 2;
|
bytes publicKey = 2;
|
||||||
bytes publicKey = 3;
|
bytes cryptographicSeed = 3;
|
||||||
bytes cryptographicSeed = 4;
|
uint32 type = 4; // exact semantic tbd
|
||||||
}
|
}
|
||||||
|
|
||||||
enum TraceLocationType {
|
enum TraceLocationType {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user