File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
Sources/_OpenAPIGeneratorCore Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11
11
// SPDX-License-Identifier: Apache-2.0
12
12
//
13
13
//===----------------------------------------------------------------------===//
14
+ import Foundation
15
+
14
16
extension Int {
15
17
/// Returns the digits for the number using the specified radix.
16
18
/// - Parameter radix: The radix used to format the integer.
Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
import OpenAPIKit
15
+ import Foundation
15
16
16
17
/// A structure that contains the information about an OpenAPI object that is
17
18
/// required to generate a matching Swift structure.
Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
import OpenAPIKit
15
+ import Foundation
15
16
16
17
/// Utilities for asking questions about OpenAPI.Content
17
18
extension FileTranslator {
Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
import OpenAPIKit
15
+ import Foundation
15
16
16
17
/// Represents a server variable and the function of generation that should be applied.
17
18
protocol ServerVariableGenerator {
You can’t perform that action at this time.
0 commit comments