Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeUnixServer ¶
type FakeUnixServer struct {
// contains filtered or unexported fields
}
func NewFakeUnixServer ¶
func NewFakeUnixServer(unixSocketPath string) (*FakeUnixServer, error)
func (*FakeUnixServer) Serve ¶
func (s *FakeUnixServer) Serve() error
func (*FakeUnixServer) SetConnectionHandler ¶
func (s *FakeUnixServer) SetConnectionHandler(handler func(net.Conn))
func (*FakeUnixServer) Stop ¶
func (s *FakeUnixServer) Stop() error
Click to show internal directories.
Click to hide internal directories.