package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Oct 22, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HandshakeMessage struct {
TunnelID string `json:"tunnelID"`
APIKey string `json:"apiKey"`
Bearer *string `json:"bearer"`
}
type TunnelClientConfig struct {
PersistConfig bool
DisableAuth bool
}
type TunnelConfig struct {
TunnelID string `yaml:"tunnel_id"`
Bearer *string `yaml:"bearer,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.