Versions in this module Expand all Collapse all v1 v1.0.7 Jun 18, 2024 Changes in this version + func GetHostIp() (string, error) + func GetUserHomeDir() (string, error) + func InsideBox() bool + type Proxy struct + func NewProxy(logResponse bool) (*Proxy, error) + func (p *Proxy) AddFwd(chMsg []sshclient.StartCh) ([]byte, error) + func (p *Proxy) Exit() error + func (p *Proxy) ListPorts(chMsg sshclient.StartCh) ([]byte, error) + func (p *Proxy) MakeRequest(path string, params ...[]byte) ([]byte, error) + func (p *Proxy) RemoveAllFwd(chMsg sshclient.StartCh) ([]byte, error) + func (p *Proxy) RemoveFwd(chMsg []sshclient.StartCh) ([]byte, error) + func (p *Proxy) Restart() ([]byte, error) + func (p *Proxy) RestartContainer(rb types.RestartBody) ([]byte, error) + func (p *Proxy) Start() error + func (p *Proxy) Status() bool + func (p *Proxy) Stop() ([]byte, error) + func (p *Proxy) WgStatus() ([]byte, error) v1.0.7-nightly Jun 15, 2024