No need to expose implementations

This commit is contained in:
Deluan
2016-03-01 19:17:30 -05:00
parent 78805ac465
commit 6092076fad
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ func CreateMockPropertyRepo() *MockProperty {
}
type MockProperty struct {
repositories.PropertyImpl
repositories.Property
data map[string]string
err bool
}