Documentation ¶ Index ¶ func Start(targetPort string, authCreds string) (int, func(), error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Start ¶ func Start(targetPort string, authCreds string) (int, func(), error) Start spins up a local HTTP reverse proxy that adds Basic Authentication before forwarding traffic to the target port. Returns the port the proxy is listening on, a cleanup function, and any error. Types ¶ This section is empty. Source Files ¶ View all Source files proxy.go Click to show internal directories. Click to hide internal directories.