@ -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