pipelaner

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Host           *string `pipelane:"host"`
	Port           int     `pipelane:"port"`
	TLS            bool    `pipelane:"tls"`
	CertFile       string  `pipelane:"cert"`
	KeyFile        string  `pipelane:"key"`
	ConnectionType string  `pipelane:"connection_type"`
	UnixSocketPath string  `pipelane:"unix_socket_path"`
}

type Pipelaner

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

func (*Pipelaner) Generate

func (p *Pipelaner) Generate(ctx *pipelaner.Context, input chan<- any)

func (*Pipelaner) Init

func (p *Pipelaner) Init(ctx *pipelaner.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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