interfaces

package
v3.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2026 License: MIT Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL