|
|
@ -28,7 +28,7 @@ type GosmBuffer []byte |
|
|
|
type GosmAdapter interface { |
|
|
|
Revalue(func(interface{}) interface{}) |
|
|
|
Convert() (GosmAdapter, error) |
|
|
|
WsCommunicator(string, context.Context, *websocket.Conn, ...func(interface{}) interface{}) (GosmAdapter, error, websocket.MessageType) |
|
|
|
//WsCommunicator(string, context.Context, *websocket.Conn, ...func(interface{}) interface{}) (GosmAdapter, error, websocket.MessageType)
|
|
|
|
WsCommunicator(string, context.Context, *websocket.Conn, ...func(interface{}) interface{}) (error, websocket.MessageType) |
|
|
|
} |
|
|
|
|
|
|
|