converter

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithConverter added in v0.9.0

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

Types

type Converter

type Converter interface {
	To(v interface{}) (payload.Payload, error)
	From(data payload.Payload, v interface{}) error
}
var DefaultConverter Converter = &jsonConverter{}

func GetConverter added in v0.9.0

func GetConverter(ctx sync.Context) Converter

Jump to

Keyboard shortcuts

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