[PD2] Gateway started
This commit is contained in:
parent
49a29e43a7
commit
aa90bfddce
3 changed files with 80 additions and 2 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue