multi

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Receive() (from string, buf []byte, err error)
	ReceiveBlock() (from string, buf []byte, err error)
	Send(dest string, buf []byte) (int, error)
	Close() error
}

func NewClient

func NewClient(conn ipc.Conn, clientName string) (Client, error)

type Server

type Server interface {
	Close()
}

func NewServer

func NewServer(server ipc.Server) (Server, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL