Documentation ¶
Index ¶
- func Start(server *Server, addr string) error
- type Server
- func (d *Server) Clients() connectedClients
- func (d *Server) Engine() *errgoengine.ErrgoEngine
- func (d *Server) FS() *helpers.SharedFS
- func (s *Server) GetFileUseIdx(file string, procId int) int
- func (d *Server) Handle(ctx context.Context, c *jsonrpc2.Conn, r *jsonrpc2.Request)
- func (d *Server) SetLogger(l *logger.Logger) error
- func (s *Server) Start(addr string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
func (*Server) Engine ¶
func (d *Server) Engine() *errgoengine.ErrgoEngine
Click to show internal directories.
Click to hide internal directories.