openapi-to-d ~master (2025-04-17T13:06:03Z)
Dub
Repo
Config
config
Undocumented in source.
struct
Config {
const
(
string
)[]
source
;
string
componentFolder
;
@
This
.
Default
string
serviceFolder
;
@
This
.
Default
SchemaConfig
[
string
]
schemas
;
@
This
.
Default
OperationConfig
[
string
]
operations
;
}
Members
Variables
componentFolder
string
componentFolder
;
Undocumented in source.
operations
OperationConfig
[
string
]
operations
;
Undocumented in source.
schemas
SchemaConfig
[
string
]
schemas
;
Undocumented in source.
serviceFolder
string
serviceFolder
;
Undocumented in source.
source
const
(
string
)[]
source
;
Undocumented in source.
Meta
Source
See Implementation
config
functions
decodeConfig
loadConfig
structs
Config
OperationConfig
SchemaConfig