fix: change function names

This commit is contained in:
Elton Minetto
2020-06-30 13:19:03 -03:00
parent 74d7384f47
commit 4c6b43b04d
21 changed files with 234 additions and 218 deletions
+5
View File
@@ -21,3 +21,8 @@ type Repository interface {
Reader
Writer
}
//Manager interface
type Manager interface {
Repository
}