SwaggerDocument

public struct SwaggerDocument : Encodable

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(title: String = "Kitura Project",
                description: String = "Generated by Kitura",
                version: String = "1.0")
  • Gets a set of the types that have completed processing.

    Declaration

    Swift

    public var processedTypes: Set<TypeInfo> { get }
  • Gets a set of the types that have yet to be processed.

    Declaration

    Swift

    public var unprocessedTypes: Set<TypeInfo> { get }