package
Version:
v0.0.0-...-f6b7f98
Opens a new window with list of versions in this module.
Published: Jan 19, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
XMLName xml.Name `xml:"error"`
Code int `xml:"code"`
Message string `xml:"message"`
}
Error is a crowdin error message
ParseAsError parses XML to Error
Error implements the error interface to handle like an error
type File struct {
XMLName xml.Name `xml:"file"`
Name string `xml:"name,attr"`
Status string `xml:"status,attr"`
}
File represents the status of an uploaded file
type Success struct {
XMLName xml.Name `xml:"success"`
Stats []File `xml:"stats>file"`
}
Success is a crowdin success message
ParseAsSuccess parses XML to Success
Source Files
¶
Click to show internal directories.
Click to hide internal directories.