types

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HandshakeMessage

type HandshakeMessage struct {
	TunnelID string  `json:"tunnelID"`
	APIKey   string  `json:"apiKey"`
	Bearer   *string `json:"bearer"`
}

type TunnelClientConfig added in v0.1.0

type TunnelClientConfig struct {
	PersistConfig bool
	DisableAuth   bool
}

type TunnelConfig added in v0.0.2

type TunnelConfig struct {
	TunnelID string  `yaml:"tunnel_id"`
	Bearer   *string `yaml:"bearer,omitempty"`
}

Jump to

Keyboard shortcuts

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