Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CloseProxyFunc ¶
type CloseProxyFunc func() error
func RunProxy ¶
func RunProxy(ctx context.Context, tygerClient *client.TygerClient, options *ProxyOptions, logger zerolog.Logger) (CloseProxyFunc, error)
type ProxyOptions ¶
type ProxyOptions struct {
controlplane.LoginConfig
}
type ProxyServiceMetadata ¶
type ProxyServiceMetadata struct { model.ServiceMetadata ServerUri string `json:"serverUri"` LogPath string `json:"logPath,omitempty"` }
func CheckProxyAlreadyRunning ¶
func CheckProxyAlreadyRunning(options *ProxyOptions) (*ProxyServiceMetadata, error)
func GetExistingProxyMetadata ¶
func GetExistingProxyMetadata(options *ProxyOptions) *ProxyServiceMetadata
Click to show internal directories.
Click to hide internal directories.