provider

package
v0.0.0-...-4768767 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2022 License: MPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultClientScopes = []string{

	"https://www.googleapis.com/auth/cloud-platform",

	"https://apps-apis.google.com/a/feeds/domain/",
}

Functions

func New

func New(version string) func() *schema.Provider

Types

type Property

type Property struct {
	Text  string `xml:",chardata"`
	Name  string `xml:"name,attr"`
	Value string `xml:"value,attr"`
}

type Request

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 //`xml:"property"`
}

type Response

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL