socketpipes

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package implements an internal mechanism to communicate with an impress terminal.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSocketPipes

func NewSocketPipes(cfg *Config) *socketPipes

Types

type Config

type Config struct {
	Listen      string
	FS          fs.FS
	NewSocketFn func() SocketHandler
}

type SocketHandler

type SocketHandler interface {
	io.ReadWriteCloser
	http.Handler
}

Jump to

Keyboard shortcuts

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