github.com/gofiber/fiber/v2@v2.47.0/utils/xml.go (about)

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