package
0.0.0-20231206062002-1ce2f004b7d9
Repository: https://github.com/codingeasygo/util.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
NewWebsocketDialer will create new WebsocketDialer.
# Structs
No description provided by the author
WebsocketDialer is an implementation of Dialer by websocket.
# Interfaces
Dialer is interface for dial raw connect by string.
RawDialer is an interface to dial raw conenction.
No description provided by the author
# Type aliases
RawDialerF is an the implementation of RawDialer by func.