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) 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) 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 ( RELAY = "relay" SSH_RELAY = "ssh.relay" SRC_RELAY_GO = "src/relay.go" CONTEXTS = "contexts/" 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 ¶
Click to show internal directories.
Click to hide internal directories.