fix: function names

This commit is contained in:
Elton Minetto
2020-06-30 13:37:51 -03:00
parent 4c6b43b04d
commit 2ae9c39824
11 changed files with 50 additions and 50 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ func (h *HTTP) Finished() {
h.Duration = time.Since(h.StartedAt).Seconds()
}
//UseCase definition
type UseCase interface {
//Service definition
type Service interface {
SaveCLI(c *CLI) error
SaveHTTP(h *HTTP)
}