templates

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2026 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

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