|
|
|
@ -42,7 +42,7 @@ type GosmAdapter interface {
|
|
|
|
|
GetJson() CarrierJson
|
|
|
|
|
GetBuffer() []byte
|
|
|
|
|
WsContainerSend(WsCommunicationMethod, *websocket.Conn, context.Context) (error, interface{})
|
|
|
|
|
WsContainerReceive(WsCommunicationMethod, *websocket.Conn, context.Context, func(interface{}) interface{}) (error, interface{}, interface{}, websocket.MessageType)
|
|
|
|
|
WsContainerReceive(WsCommunicationMethod, *websocket.Conn, context.Context, interface{}) (error, interface{}, interface{}, websocket.MessageType)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (r *GosmContainer) RevalueJson(dosth func(CarrierJson) CarrierJson) { // Überarbeite den Carrier, setze ein Ergebnis ein etc.
|
|
|
|
|