Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOptions ¶
type ClientOptions interface {
Parse() error
SetAPIKey(string)
GetAuthToken() (string, bool)
GetHost() string
GetWSHeaderProcessor() func(http.Header)
GetRedirectService() bool
GetSkipServerAuth() bool
GetProxy() func(*http.Request) (*url.URL, error)
}
WSClientOptions is the minimal interface required by the WebSocket client. Both v1 and v2 ClientOptions implement this interface implicitly.
Click to show internal directories.
Click to hide internal directories.