ipc

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2024 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Overview

go:build !windows

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dial

func Dial(address string) (conn net.Conn, err error)

func DialContext

func DialContext(ctx context.Context, address string) (conn net.Conn, err error)

func FromAddress

func FromAddress(adr string) (name string, ok bool)

Given an address, return the name of the pipe, or false if it is not a valid address.

func NewAddress

func NewAddress(name string) string

Given a name, return the address of the pipe, or generate a random name if none is provided.

func NewAddressEscape

func NewAddressEscape(name string) string

Given a name, return the address of the pipe with the name escaped for use in a pipe path.

Types

This section is empty.

Jump to

Keyboard shortcuts

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