Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModeSkip = modulesapibuilder.ModeSkip ModeInit = modulesapibuilder.ModeInit ModeForce = modulesapibuilder.ModeForce )
View Source
const ( AuthModeNone = modulesapibuilder.AuthModeNone AuthModeServiceToken = modulesapibuilder.AuthModeServiceToken AuthModePerCallToken = modulesapibuilder.AuthModePerCallToken )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHeader ¶
type AuthHeader = modulesapibuilder.AuthHeader
AuthHeader describes one generated auth-token header.
type AuthMode ¶
type AuthMode = modulesapibuilder.AuthMode
AuthMode controls how generated API constructors and methods handle auth tokens.
type BootstrapBinding ¶
type BootstrapBinding = modulesapibuilder.BootstrapBinding
BootstrapBinding links a generated component to a bootstrap job for auto-sync.
type EntityLayer ¶
type EntityLayer = modulesapibuilder.EntityLayer
EntityLayer is a deprecated compatibility shim for the old external DTO package flow.
type Job ¶
type Job = modulesapibuilder.Job
Job describes one API generation unit driven by an OpenAPI spec.
type LoggingOptions ¶
type LoggingOptions = modulesapibuilder.LoggingOptions
LoggingOptions controls privacy rules for generated request/response attachments.
type Mode ¶
type Mode = modulesapibuilder.Mode
Mode controls generation behavior for generated DTO and wrapper artifacts.
type Options ¶
type Options = modulesapibuilder.Options
Options contains advanced API generation overrides.
Click to show internal directories.
Click to hide internal directories.