package
1.0.0-alpha
Repository: https://github.com/cncd/pipeline.git
Documentation: pkg.go.dev

# Functions

NewClient returns a new Client.
NewLineWriter returns a new line reader.
NewServer returns an rpc Server.
WithBackoff configures the backoff duration when attempting to re-connect to a server.
WithRetryLimit configures the maximum number of retries when connecting to the server.
WithToken configures the client authorization token.

# Constants

Identifies the type of line in the logs.
Identifies the type of line in the logs.
Identifies the type of line in the logs.
Identifies the type of line in the logs.
Identifies the type of line in the logs.

# Variables

NoFilter is an empty filter.

# Structs

Client represents an rpc client.
No description provided by the author
Line is a line of console output.
LineWriter sends logs to the client.
No description provided by the author
Server represents an rpc server.
No description provided by the author

# Interfaces

Peer defines a peer-to-peer connection.

# Type aliases

Option configures a client option.