Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockedContextSocket ¶
func (*MockedContextSocket) Close ¶
func (m *MockedContextSocket) Close() error
func (*MockedContextSocket) Get ¶
func (m *MockedContextSocket) Get() (socket.ReadWriter, error)
type MockedSocket ¶
func (*MockedSocket) Close ¶
func (m *MockedSocket) Close() error
func (*MockedSocket) Read ¶
func (m *MockedSocket) Read() ([]byte, error)
func (*MockedSocket) Write ¶
func (m *MockedSocket) Write(data []byte) error
Click to show internal directories.
Click to hide internal directories.