package
Version:
v0.0.0-...-4768767
Opens a new window with list of versions in this module.
Published: Apr 12, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var DefaultClientScopes = []string{
"https://www.googleapis.com/auth/cloud-platform",
"https://apps-apis.google.com/a/feeds/domain/",
}
type Property struct {
Text string `xml:",chardata"`
Name string `xml:"name,attr"`
Value string `xml:"value,attr"`
}
type Request struct {
XMLName xml.Name `xml:"atom:entry"`
Text string `xml:",chardata"`
Atom string `xml:"xmlns:atom,attr"`
Apps string `xml:"xmlns:apps,attr"`
Property []Property
}
type Response struct {
XMLName xml.Name `xml:"entry"`
Text string `xml:",chardata"`
Xmlns string `xml:"xmlns,attr"`
Apps string `xml:"apps,attr"`
Property []struct {
Text string `xml:",chardata"`
Name string `xml:"name,attr"`
Value string `xml:"value,attr"`
} `xml:"property"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.