Documentation ¶ Index ¶ type Service func New(port int, version, path string) (*Service, error) func (s *Service) Close() error func (s *Service) Connect() error func (s *Service) NextReader() (io.Reader, error) func (s *Service) NextWriter() (io.WriteCloser, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func New ¶ func New(port int, version, path string) (*Service, error) func (*Service) Close ¶ func (s *Service) Close() error func (*Service) Connect ¶ func (s *Service) Connect() error func (*Service) NextReader ¶ func (s *Service) NextReader() (io.Reader, error) func (*Service) NextWriter ¶ func (s *Service) NextWriter() (io.WriteCloser, error) Source Files ¶ View all Source files ws.go Click to show internal directories. Click to hide internal directories.