xml

package
v2.15.2 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Overview

Package xml holds the encoder/decoder implementation for `application/xml`.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(ctx context.Context, in []byte, out interface{}) error

Decode takes `in` as []byte. If Event sent the payload as base64, Decoder assumes that `in` is the decoded base64 byte array.

func Encode

func Encode(ctx context.Context, in interface{}) ([]byte, error)

Encode attempts to xml.Marshal `in` into bytes. Encode will inspect `in` and returns `in` unmodified if it is detected that `in` is already a []byte; Or xml.Marshal errors.

Types

This section is empty.

Jump to

Keyboard shortcuts

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