Documentation ¶
Index ¶
- Constants
- func GetPort() (int, error)
- func PingURL(ctx context.Context, url string) error
- func RunCredentialsServer(ctx context.Context, port int, client tunnel.TunnelClient, log log.Logger) error
- func StartCredentialsServer(ctx context.Context, cancel context.CancelFunc, client tunnel.TunnelClient, ...) (int, error)
Constants ¶
View Source
const CredentialsServerPortEnv = "DEVPOD_CREDENTIALS_SERVER_PORT"
View Source
const DefaultPort = "12049"
Variables ¶
This section is empty.
Functions ¶
func RunCredentialsServer ¶
func StartCredentialsServer ¶ added in v0.4.0
func StartCredentialsServer(ctx context.Context, cancel context.CancelFunc, client tunnel.TunnelClient, log log.Logger) (int, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.