client

package
v0.0.0-...-19e5693 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	ID           string `yaml:"id" json:"id"`
	Insecure     bool   `yaml:"insecure" json:"insecure"`
	Endpoint     string `yaml:"endpoint" json:"endpoint"`
	IP           string `yaml:"ip" json:"ip"`
	Port         int    `yaml:"port" json:"port"`
	Domain       string `yaml:"domain" json:"domain"`
	ProxyPort    int    `yaml:"proxy_port" json:"proxy_port"`
	UseWebSocket bool   `yaml:"use_websocket" json:"use_websocket"`
}

func (*Client) Close

func (c *Client) Close() error

func (*Client) Connect

func (c *Client) Connect() error

func (*Client) ReadFromContext

func (c *Client) ReadFromContext()

func (*Client) ReadFromEnv

func (c *Client) ReadFromEnv()

func (*Client) ReadFromFile

func (c *Client) ReadFromFile()

Jump to

Keyboard shortcuts

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