Documentation ¶ Index ¶ type Pool func (*Pool) Clean() []error func (*Pool) Close(key string) *Pool func (*Pool) Error() error func (*Pool) Get(key string) *Server func (*Pool) Once() *Pool func (*Pool) Set(name string, port string) (*Server, error) type Server func (my *Server) Close() error func (my *Server) GetRpc() *rpc.Server func (my *Server) Launch() func (*Server) New(port string) (*Server, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Pool ¶ type Pool struct { // contains filtered or unexported fields } func (*Pool) Clean ¶ func (*Pool) Clean() []error func (*Pool) Close ¶ func (*Pool) Close(key string) *Pool func (*Pool) Error ¶ func (*Pool) Error() error func (*Pool) Get ¶ func (*Pool) Get(key string) *Server func (*Pool) Once ¶ func (*Pool) Once() *Pool func (*Pool) Set ¶ func (*Pool) Set(name string, port string) (*Server, error) type Server ¶ type Server struct { // contains filtered or unexported fields } func (*Server) Close ¶ func (my *Server) Close() error func (*Server) GetRpc ¶ func (my *Server) GetRpc() *rpc.Server func (*Server) Launch ¶ func (my *Server) Launch() func (*Server) New ¶ func (*Server) New(port string) (*Server, error) Source Files ¶ View all Source files rpc_server.gorpc_server_pool.go Click to show internal directories. Click to hide internal directories.