Documentation ¶
Index ¶
- Constants
- type Relay
- func (s Relay) Admin(m *ice.Message, arg ...string)
- func (s Relay) AdminCmd(m *ice.Message, arg ...string)
- func (s Relay) CmdArgs(m *ice.Message, init string, arg ...string) string
- func (s Relay) Cmds(m *ice.Message, host string, cmds string) *ice.Message
- func (s Relay) CmdsWait(m *ice.Message, host string, cmds string, res string) bool
- func (s Relay) Compile(m *ice.Message)
- func (s Relay) Create(m *ice.Message, arg ...string)
- func (s Relay) Desktop(m *ice.Message, arg ...string)
- func (s Relay) Dream(m *ice.Message, arg ...string)
- func (s Relay) ForEach(m *ice.Message, arg ...string) *ice.Message
- func (s Relay) ForFlow(m *ice.Message)
- func (s Relay) Init(m *ice.Message, arg ...string)
- func (s Relay) Inputs(m *ice.Message, arg ...string)
- func (s Relay) Install(m *ice.Message, arg ...string)
- func (s Relay) List(m *ice.Message, arg ...string) *ice.Message
- func (s Relay) Login(m *ice.Message, arg ...string)
- func (s Relay) Open(m *ice.Message, arg ...string)
- func (s Relay) OpsDreamSpawn(m *ice.Message, arg ...string)
- func (s Relay) OpsOriginOpen(m *ice.Message, arg ...string)
- func (s Relay) OpsServerOpen(m *ice.Message, arg ...string)
- func (s Relay) Portal(m *ice.Message, arg ...string)
- func (s Relay) Publish(m *ice.Message, arg ...string)
- func (s Relay) Pushbin(m *ice.Message, arg ...string)
- func (s Relay) Pushkey(m *ice.Message, arg ...string)
- func (s Relay) SetIcon(m *ice.Message, arg ...string)
- func (s Relay) Spide(m *ice.Message, arg ...string)
- func (s Relay) Stats(m *ice.Message)
- func (s Relay) Status(m *ice.Message, arg ...string)
- func (s Relay) Upgrade(m *ice.Message, arg ...string)
- func (s Relay) Version(m *ice.Message, arg ...string)
- func (s Relay) Vimer(m *ice.Message, arg ...string)
- func (s Relay) Xterm(m *ice.Message, arg ...string)
Constants ¶
View Source
const ( SSH_AUTHS = "ssh.auths" SSH_AUTH_KEYS = ".ssh/authorized_keys" )
View Source
const ( RELAY = "relay" SSH_RELAY = "ssh.relay" SRC_RELAY_GO = "src/relay.go" SSH_CONNECT = "ssh.connect" SSH_AUTHORIZED = ".ssh/authorized_keys" INSTALL_SH = "install.sh" UPGRADE_SH = "upgrade.sh" VERSION_SH = "version.sh" PUSHBIN_SH = "pushbin.sh" )
View Source
const ( MACHINE = "machine" PACKAGE = "package" SHELL = "shell" KERNEL = "kernel" ARCH = "arch" VCPU = "vcpu" NCPU = "ncpu" MHZ = "mhz" MEM = "mem" MEM_TOTAL = "mem_total" MEM_FREE = "mem_free" DISK = "disk" DISK_USED = "disk_used" DISK_TOTAL = "disk_total" NETWORK = "network" LISTEN = "listen" SOCKET = "socket" PROC = "proc" )
View Source
const ( TRANS = "trans" SSH_TRANS = "ssh.trans" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Relay ¶ added in v1.9.5
type Relay struct {
// contains filtered or unexported fields
}
func (Relay) CmdArgs ¶ added in v1.9.6
func (Relay) Cmds ¶ added in v1.9.5
func (Relay) CmdsWait ¶ added in v1.9.5
func (Relay) ForEach ¶ added in v1.9.5
func (Relay) OpsDreamSpawn ¶ added in v1.9.10
func (Relay) OpsOriginOpen ¶ added in v1.9.10
func (Relay) OpsServerOpen ¶ added in v1.9.10
Click to show internal directories.
Click to hide internal directories.