Files
lti-api/vendor/github.com/gofiber/fiber/v2/utils/xml.go
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

5 lines
112 B
Go

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