Documentation
¶
Index ¶
Constants ¶
View Source
const Address string = "Address"
Address is an address
View Source
const Date string = "Date"
Date is a date
Variables ¶
This section is empty.
Functions ¶
func GetPackageName ¶
GetPackageName finds the package name for the given directory
Types ¶
type Auth ¶
type Auth struct {
Status string `xml:"status,attr"`
}
Auth includes status information about the authorization of a request
type Config ¶
type Config struct { Scheme string `default:"https"` Domain string `default:"sandbox.openair.com"` Key string `required:"true"` Namespace string `default:"default"` Company string `required:"true"` User string `required:"true"` Password string `required:"true"` }
Config is OpenAir configuration
type Element ¶
type Element struct { XMLName xml.Name Element []Element `xml:",any"` Value string `xml:",chardata"` }
Element contains an element
type OpenAirGenerator ¶
type OpenAirGenerator interface { GenerateCommonFile() GenerateCommonTestFile() GenerateModelFiles() }
OpenAirGenerator generates an API client for the OpenAir XML API
Click to show internal directories.
Click to hide internal directories.