WsContainerSend und WsContainerReceive wieder freigeschaltet, fehlte die WsCommunication Method

master
Klaus Wendel 8 months ago
parent 6b475a51c1
commit 46ea1a9219

@ -17,7 +17,6 @@ type CarrierJson struct {
Ports []uint16 `json:"ports"`
}
/*
type WsCommunicationMethod string
const (
@ -28,7 +27,6 @@ const (
ReceiveBinaryMethod WsCommunicationMethod = "receivebinary"
ReceiveJsonMethod WsCommunicationMethod = "receivejson"
)
*/
type GosmContainer struct {
CarrierJson

Loading…
Cancel
Save