encoder

package
v0.0.0-...-d25aa17 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventEncoder

type EventEncoder interface {
	Encode(event interface{}) error
}

type EventJSONEncoder

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

EventJSONEncoder encodes nuclio events as JSON

func NewEventJSONEncoder

func NewEventJSONEncoder(logger logger.Logger, writer io.Writer) *EventJSONEncoder

NewEventJSONEncoder returns a new JSONEncoder

func (*EventJSONEncoder) Encode

func (e *EventJSONEncoder) Encode(object interface{}) error

Encode writes the JSON encoding of event to the stream, followed by a newline character

type EventMsgPackEncoder

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

EventMsgPackEncoder encodes nuclio events as MsgPack

func NewEventMsgPackEncoder

func NewEventMsgPackEncoder(logger logger.Logger, writer io.Writer) *EventMsgPackEncoder

NewEventMsgPackEncoder returns a new MsgPackEncoder

func (*EventMsgPackEncoder) Encode

func (e *EventMsgPackEncoder) Encode(object interface{}) error

Encode writes the JSON encoding of event to the stream, followed by a newline character

Jump to

Keyboard shortcuts

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