CarrierJson jetzt mit Err

master
Klaus Wendel 8 months ago
parent 3524e630cd
commit 8296d7dd26

@ -15,6 +15,7 @@ type CarrierJson struct {
Content string `json:"content"`
Request string `json:"request"`
Ports []uint16 `json:"ports"`
Err error `json:"error-code"`
}
type WsCommunicationMethod string

Loading…
Cancel
Save