Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
LoginError = errors.New("login to remote instance failed")
)
Functions ¶
func NewHostSettings ¶
Types ¶
type Connector ¶
type Connector struct {
// contains filtered or unexported fields
}
func NewConnector ¶
func (*Connector) BuildEgress ¶
func (c *Connector) BuildEgress() (*commands.OfferEgress, error)
func (*Connector) BuildIngress ¶
func (c *Connector) BuildIngress() (*commands.OfferIngress, error)
func (*Connector) GetInstanceId ¶
func (*Connector) IsThisInstanceLiveSteamHost ¶
type HostController ¶
type HostController struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.