mirror of
https://github.com/eolinker/apinto
synced 2025-10-05 08:47:04 +08:00
提交
This commit is contained in:
@@ -86,9 +86,6 @@ func (w *WebsocketContext) IsCloneable() bool {
|
||||
}
|
||||
|
||||
func (w *WebsocketContext) Clone() (eoscContext.EoContext, error) {
|
||||
if !w.IsCloneable() {
|
||||
return nil, fmt.Errorf("%s %w", "WebsocketContext", eoscContext.ErrEoCtxUnCloneable)
|
||||
}
|
||||
//TODO
|
||||
return nil, nil
|
||||
return nil, fmt.Errorf("%s %w", "WebsocketContext", eoscContext.ErrEoCtxUnCloneable)
|
||||
}
|
||||
|
Reference in New Issue
Block a user