fiber/utils/xml.go

5 lines
112 B
Go

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