SourceType

public enum SourceType : String, CustomStringConvertible, Codable

Undocumented

  • git

    Undocumented

    Declaration

    Swift

    case git = "git"
  • svn

    Undocumented

    Declaration

    Swift

    case svn = "svn"
  • Undocumented

    Declaration

    Swift

    case archive = "archive"
  • s3

    Undocumented

    Declaration

    Swift

    case s3 = "s3"
  • Declaration

    Swift

    public var description: String { get }