Implementation of upload file to local repo APIs. #116

This commit is contained in:
Andrey Smirnov
2014-11-11 01:12:52 +03:00
parent 83af66a8f6
commit 74f9787884
4 changed files with 209 additions and 8 deletions
+3 -3
View File
@@ -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