Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IWsClient ¶ added in v1.0.0
type IWsClient interface {
IClient
AddResponseTypesAndMakeWsConnectionsPool(responseTypes ...string) error
NewSubscriptionFunc(method string, params any, responseType ResponseType) (chan *models.SubscriptionResponse, error)
CloseAllConnection() error
CloseChannelByResponseType(respType ResponseType)
Cancel()
}
type ResponseType ¶ added in v1.0.2
type ResponseType string
Click to show internal directories.
Click to hide internal directories.