Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAcceptServer ¶
type MockAcceptServer struct {
// contains filtered or unexported fields
}
func (*MockAcceptServer) Dispose ¶
func (s *MockAcceptServer) Dispose()
func (*MockAcceptServer) Run ¶
func (s *MockAcceptServer) Run(addr string) (err error)
type MockListenServer ¶
type MockListenServer struct {
// contains filtered or unexported fields
}
func (*MockListenServer) Dispose ¶
func (s *MockListenServer) Dispose()
func (*MockListenServer) Run ¶
func (s *MockListenServer) Run(addr string) (err error)
Click to show internal directories.
Click to hide internal directories.