Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteCaller ¶
type RemoteCaller struct {
// contains filtered or unexported fields
}
func NewRemoteCaller ¶
func NewRemoteCaller(port int) *RemoteCaller
type RemoteListener ¶
type RemoteListener struct {
// contains filtered or unexported fields
}
func NewRemoteListener ¶
func NewRemoteListener(port int) *RemoteListener
func (*RemoteListener) Run ¶
func (r *RemoteListener) Run()
func (*RemoteListener) SetHandler ¶
func (r *RemoteListener) SetHandler(Handler any)
Click to show internal directories.
Click to hide internal directories.