ipc

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromCustomCfg added in v0.0.5

func FromCustomCfg(cfg Custom) (io.ReadWriteCloser, error)

FromCustomCfg is the counter part of ToCustomCfg(). Turns a win pipe handler pair back into an io.ReadWriteCloser

func NewPluginIPC

func NewPluginIPC(sockConn io.ReadWriteCloser, handler http.Handler, onServerClosed func(error), option ...Option) (io.Closer, *http.Client, error)

func NewRuntimeIPC

func NewRuntimeIPC(sockConn io.ReadWriteCloser, handler http.Handler, onServerClosed func(error), option ...Option) (io.Closer, *http.Client, error)

Types

type Custom added in v0.0.5

type Custom struct {
	R uint64 `json:"r"`
	W uint64 `json:"w"`
}

func FakeTestCustom added in v0.0.5

func FakeTestCustom(fd int) Custom

type FdWrapper added in v0.0.5

type FdWrapper struct {
	// contains filtered or unexported fields
}

func NewConnectionPair added in v0.0.5

func NewConnectionPair(cmd *exec.Cmd) (io.ReadWriteCloser, *FdWrapper, error)

func (*FdWrapper) Close added in v0.0.5

func (p *FdWrapper) Close() error

func (*FdWrapper) ToCustomCfg added in v0.0.5

func (p *FdWrapper) ToCustomCfg() Custom

type Option

type Option func(*cfg) *cfg

func WithShutdownTimeout

func WithShutdownTimeout(d time.Duration) Option

type PipeConn added in v0.0.5

type PipeConn struct {
	R *os.File
	W *os.File
}

PipeConn turns a pair of uni directional pipe handlers into a bidirectional io.ReadWriteCloser

func (*PipeConn) Close added in v0.0.5

func (p *PipeConn) Close() error

func (*PipeConn) Read added in v0.0.5

func (p *PipeConn) Read(b []byte) (int, error)

func (*PipeConn) Write added in v0.0.5

func (p *PipeConn) Write(b []byte) (int, error)

type PluginConfigFromEngine

type PluginConfigFromEngine struct {
	Name                string        `json:"name"`
	RegistrationTimeout time.Duration `json:"timeout"`
	Custom
}

func NewPluginConfigFromEngineEnv

func NewPluginConfigFromEngineEnv(in string) (*PluginConfigFromEngine, error)

func (*PluginConfigFromEngine) ToString

func (c *PluginConfigFromEngine) ToString() (string, error)

Jump to

Keyboard shortcuts

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