[PD2] Gateway started

This commit is contained in:
Afonso Franco 2024-05-29 17:33:36 +01:00
parent 49a29e43a7
commit aa90bfddce
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
3 changed files with 80 additions and 2 deletions

View file

@ -52,6 +52,11 @@ type (
Timestamp time.Time `json:"timestamp"`
}
PostRegister struct {
Password string `json:"password"`
Certificate []byte `json:"certificate"`
}
ReportError struct {
ErrorMessage string `json:"error"`
}