Pecker/Sources/PeckerKit/Reporters/Reporter.swift

7 lines
126 B
Swift

import Foundation
public protocol Reporter {
func report(_ configuration: Configuration, sources: [SourceDetail])
}