mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Implementation of upload file to local repo APIs. #116
This commit is contained in:
+3
-3
@@ -41,9 +41,9 @@ func (c *ConsoleResultReporter) Added(msg string, a ...interface{}) {
|
||||
|
||||
// RecordingResultReporter is implementation of ResultReporter that collects all messages
|
||||
type RecordingResultReporter struct {
|
||||
Warnings []string
|
||||
Adds []string
|
||||
Removes []string
|
||||
Warnings []string `json:"warnings"`
|
||||
Adds []string `json:"added"`
|
||||
Removes []string `json:"removed"`
|
||||
}
|
||||
|
||||
// Check interface
|
||||
|
||||
Reference in New Issue
Block a user