Files
lti-api/vendor/github.com/gofiber/fiber/v2/utils/xml.go
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +07:00

5 lines
112 B
Go

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