pipedriver

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: 7 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

This section is empty.

Types

type Driver

type Driver struct {
	driver.Driver
	// contains filtered or unexported fields
}

func New

func New(p PipeCreator) *Driver

func (*Driver) Done

func (d *Driver) Done()

type PipeCreator

type PipeCreator interface {
	NewEventPipe() *rpc.Pipe
	NewStreamPipe() *rpc.Pipe
	NewSyncPipe() *rpc.Pipe
	Close() error
}

Jump to

Keyboard shortcuts

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