xml

package
v1.10.2 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Marshal   = xml.Marshal
	Unmarshal = xml.Unmarshal

	MarshalIndent = xml.MarshalIndent

	NewDecoder = xml.NewDecoder
	NewEncoder = xml.NewEncoder
)

Functions

func MustMarshal

func MustMarshal(v any) []byte

func MustMarshalIndent

func MustMarshalIndent(v any) []byte

func MustMarshalString

func MustMarshalString(v any) string

func MustUnmarshalTo

func MustUnmarshalTo[T any](bs []byte) (m T)

func UnmarshalTo

func UnmarshalTo[T any](bs []byte) (m T, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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