SourceType

public enum SourceType : String, CustomStringConvertible, Codable

Undocumented

  • git

    Undocumented

    Declaration

    Swift

    case git = "Git"
  • zip

    Undocumented

    Declaration

    Swift

    case zip = "Zip"
  • Declaration

    Swift

    public var description: String { get }