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) ReadFromContext ¶
func (c *Client) ReadFromContext()
func (*Client) ReadFromEnv ¶
func (c *Client) ReadFromEnv()
func (*Client) ReadFromFile ¶
func (c *Client) ReadFromFile()
Click to show internal directories.
Click to hide internal directories.