Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Desktop ¶
type Desktop struct { ID string `rethinkdb:"id"` Kind string `rethinkdb:"kind"` Status string `rethinkdb:"status"` GuestProperties DesktopGuestProperties `rethinkdb:"guest_properties"` Viewer *DesktopViewer `rethinkdb:"viewer,omitempty"` }
type DesktopGuestProperties ¶
type DesktopGuestProperties struct {
Credentials DesktopGuestPropertiesCredentials `rethinkdb:"credentials"`
}
type DesktopViewer ¶
type DesktopViewer struct {
GuestIP *string `rethinkdb:"guest_ip,omitempty"`
}
type Target ¶
type Target struct { ID string `rethinkdb:"id"` UserID string `rethinkdb:"user_id"` DesktopID string `rethinkdb:"desktop_id"` HTTP TargetHTTP `rethinkdb:"http"` SSH TargetSSH `rethinkdb:"ssh"` }
type TargetHTTP ¶
Click to show internal directories.
Click to hide internal directories.