We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ded31 commit f979613Copy full SHA for f979613
Sources/SmithyCodegenCore/CodeGenerator.swift
@@ -9,14 +9,13 @@ import struct Foundation.Data
9
import class Foundation.JSONDecoder
10
import struct Foundation.URL
11
12
-
13
public struct CodeGenerator {
14
let modelFileURL: URL
15
let schemasFileURL: URL?
16
17
public init(
18
modelFileURL: URL,
19
- schemasFileURL: URL?,
+ schemasFileURL: URL?
20
) {
21
self.modelFileURL = modelFileURL
22
self.schemasFileURL = schemasFileURL
0 commit comments