transport

package
v1.0.21 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package transport: Unix sockets on POSIX, named pipes on Windows.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPC

type IPC interface {
	Listen(addr string) (net.Listener, error)
	Dial(addr string) (net.Conn, error)
	Address(appID string) string
	Cleanup(addr string)
}

func New

func New() IPC

Jump to

Keyboard shortcuts

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