Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitClient ¶
func InitClient(socketConfig SocketConfiguration, subscriptions func(client *gosocketio.Client)) *gosocketio.Client
Types ¶
type SocketConfiguration ¶
type SocketConfiguration struct {
Host string
Port string
Path string
Secure bool
UrlParams map[string]string
ConnectionString string
}
func (*SocketConfiguration) GetConnectionString ¶
func (sc *SocketConfiguration) GetConnectionString() string
Click to show internal directories.
Click to hide internal directories.