converter

package
v0.0.0-...-e49e9a2 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithConverter

func WithConverter(ctx sync.Context, converter Converter) sync.Context

Types

type Converter

type Converter interface {
	// To converts the given value to a payload
	To(v interface{}) (payload.Payload, error)

	// From converts the given payload to a value
	From(data payload.Payload, v interface{}) error
}
var DefaultConverter Converter = &jsonConverter{}

func GetConverter

func GetConverter(ctx sync.Context) Converter

Jump to

Keyboard shortcuts

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