Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuicService ¶
type QuicService struct {
// contains filtered or unexported fields
}
func NewQuicService ¶
func NewQuicService(port int, certFile string, keyFile string) (*QuicService, error)
func (*QuicService) Start ¶
func (s *QuicService) Start() error
func (*QuicService) Stop ¶
func (s *QuicService) Stop()
type TcpService ¶
type TcpService struct {
// contains filtered or unexported fields
}
func NewTcpService ¶
func NewTcpService(port int, certFile string, keyFile string) (*TcpService, error)
func (*TcpService) Start ¶
func (s *TcpService) Start() error
func (*TcpService) Stop ¶
func (s *TcpService) Stop()
Click to show internal directories.
Click to hide internal directories.