Documentation ¶ Index ¶ type Server func (s Server) Build(m *ice.Message, arg ...string) func (s Server) Download(m *ice.Message, arg ...string) func (s Server) Inputs(m *ice.Message, arg ...string) func (s Server) List(m *ice.Message, arg ...string) func (s Server) Start(m *ice.Message, arg ...string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ added in v0.1.3 type Server struct { ice.Code // contains filtered or unexported fields } func (Server) Build ¶ added in v0.1.3 func (s Server) Build(m *ice.Message, arg ...string) func (Server) Download ¶ added in v0.1.3 func (s Server) Download(m *ice.Message, arg ...string) func (Server) Inputs ¶ added in v0.1.3 func (s Server) Inputs(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) Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.