Documentation ¶ Index ¶ Constants type Server func (s Server) Build(m *ice.Message, arg ...string) func (s Server) Init(m *ice.Message, arg ...string) func (s Server) List(m *ice.Message, arg ...string) func (s Server) Start(m *ice.Message, arg ...string) func (s Server) Xterm(m *ice.Message, arg ...string) Constants ¶ View Source const ( MYSQL = "mysql" BIN_MYSQL = "bin/mysql" BIN_MYSQLD = "bin/mysqld" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ added in v0.1.3 type Server struct { // contains filtered or unexported fields } func (Server) Build ¶ added in v0.1.3 func (s Server) Build(m *ice.Message, arg ...string) func (Server) Init ¶ added in v0.6.7 func (s Server) Init(m *ice.Message, arg ...string) func (Server) List ¶ added in v0.1.3 func (s Server) List(m *ice.Message, arg ...string) func (Server) Start ¶ added in v0.1.3 func (s Server) Start(m *ice.Message, arg ...string) func (Server) Xterm ¶ added in v0.6.7 func (s Server) Xterm(m *ice.Message, arg ...string) Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.