SourceType
public enum SourceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case git = "git"
-
Undocumented
Declaration
Swift
case svn = "svn"
-
Undocumented
Declaration
Swift
case archive = "archive"
-
Undocumented
Declaration
Swift
case s3 = "s3"
-
Declaration
Swift
public var description: String { get }