Documentation ¶ Index ¶ func Passthru(proxyInfo ProxyInfo) error func Replay(ctx context.Context, proxyInfo ProxyInfo) error type ProxyInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Passthru ¶ func Passthru(proxyInfo ProxyInfo) error func Replay ¶ added in v0.3.136 func Replay(ctx context.Context, proxyInfo ProxyInfo) error Types ¶ type ProxyInfo ¶ type ProxyInfo struct { Url string BearerToken string User string Password string Instance string Mode string // "passthru" or "sse" or "stream" Timeout int // Timeout in seconds for the request Ping bool } Source Files ¶ View all Source files passthru.gorelay.gotypes.go Click to show internal directories. Click to hide internal directories.