Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReservedIdentifiers = []string{
"APIError",
"APIKeyAuth",
"AuthProvider",
"BasicAuth",
"BearerAuth",
"CallbackNames",
"Client",
"ClientOption",
"DefaultBaseURL",
"DefaultRetryConfig",
"ErrBadGateway",
"ErrBadRequest",
"ErrConflict",
"ErrForbidden",
"ErrGatewayTimeout",
"ErrInternalServerError",
"ErrNotFound",
"ErrServiceUnavailable",
"ErrTooManyRequests",
"ErrUnauthorized",
"EventStream",
"FormFile",
"Middleware",
"NewClient",
"PageIterator",
"ParseCallback",
"ParseWebhook",
"ResponseMeta",
"RetryConfig",
"RoundTripFunc",
"ServerURL",
"WebhookNames",
"WithAuth",
"WithDefaultRetry",
"WithHTTPClient",
"WithMiddleware",
"WithResponseCapture",
"WithRetry",
"WithUserAgent",
}
ReservedIdentifiers are the exported package-level names the templates always declare. A schema whose name lands on one of these is renamed, because Go has a single package scope and the collision would not compile. Unexported helpers need no entry: a generated type name is always exported.
Keep in sync with the templates.
View Source
var TemplateFS embed.FS
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.