fix: function names
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package password
|
||||
|
||||
//UseCase interface
|
||||
type UseCase interface {
|
||||
//Service interface
|
||||
type Service interface {
|
||||
Generate(raw string) (string, error)
|
||||
Compare(p1, p2 string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user