fiber/utils/xml.go

5 lines
104 B
Go

package utils
// XMLMarshal returns the XML encoding of v.
type XMLMarshal func(v any) ([]byte, error)