channelwriter

package
v1.7.0-tar Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Writer

type Writer struct {
	ByteChannel chan []byte
}

Writer is an io.writer-like object that "writes" to a channel instead of a buffer or file, etc. It is handy for varlink endpoints when needing to handle endpoints that do logging "real-time"

func NewChannelWriter

func NewChannelWriter() *Writer

NewChannelWriter creates a new channel writer and adds a byte slice channel into it.

func (*Writer) Close

func (c *Writer) Close() error

Close method for Writer

func (*Writer) Write

func (c *Writer) Write(w []byte) (int, error)

Write method for Writer

Jump to

Keyboard shortcuts

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