kon/vendor/github.com/gofiber/fiber/v2/utils/xml.go
2024-07-02 16:36:04 +02:00

5 lines
112 B
Go

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