package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Apr 6, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PwdError struct {
XMLName xml.Name `xml:"error"`
Code int `xml:"code,attr"`
Msg string `xml:"msg,attr"`
}
type PwdResult struct {
XMLName xml.Name `xml:"pwd"`
Path string `xml:"path,attr"`
Absolute string `xml:"absolute,attr"`
Home string `xml:"home,attr"`
RelativeToHome string `xml:"relative_to_home,attr"`
Timestamp int64 `xml:"timestamp,attr"`
Errors []PwdError `xml:"error,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.