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 1111// SPDX-License-Identifier: Apache-2.0
1212//
1313//===----------------------------------------------------------------------===//
14+ import Foundation
15+
1416extension Int {
1517 /// Returns the digits for the number using the specified radix.
1618 /// - Parameter radix: The radix used to format the integer.
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414import OpenAPIKit
15+ import Foundation
1516
1617/// A structure that contains the information about an OpenAPI object that is
1718/// required to generate a matching Swift structure.
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414import OpenAPIKit
15+ import Foundation
1516
1617/// Utilities for asking questions about OpenAPI.Content
1718extension FileTranslator {
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414import OpenAPIKit
15+ import Foundation
1516
1617/// Represents a server variable and the function of generation that should be applied.
1718protocol ServerVariableGenerator {
You can’t perform that action at this time.
0 commit comments