Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(conn net.Conn, service ports.DataService, tokenService ports.TokenService) *Client
func (*Client) HandleMessage ¶
func (*Client) SendMessage ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AddHandler ¶
func (s *Server) AddHandler(dataService ports.DataService, tokenService ports.TokenService)
func (*Server) CloseAllClients ¶
func (s *Server) CloseAllClients()
func (*Server) RemoveClient ¶
Click to show internal directories.
Click to hide internal directories.