stapelberg / coronaqr

Go decoder and verifier for EU Digital COVID Certificate (EUDCC) QR code data
Apache License 2.0
169 stars 15 forks source link

TestRecord: add attributes TestType, TestResult and SampleDatetime #7

Closed francoismdj closed 3 years ago

francoismdj commented 3 years ago

Reference PRs

Subpart of the PR #5 (without the erroneous IDs translation).

What does this implement?

Complete TestRecord structure with attributes TestType, TestResult and SampleDatetime, according to test_entry specification from ehn-dcc-development/ehn-dcc-schema/DCC.Types.schema.json.

Test

gofmt and go test : PASS

francoismdj commented 3 years ago

@stapelberg: Thanks!