use interfaces for handlers
This commit is contained in:
parent
22d076ea50
commit
64e182fd44
@ -42,7 +42,6 @@ func (s *ServerAccountCreator) CreateAccount() (*models.AccountResponse, error)
|
||||
|
||||
type Handlers struct {
|
||||
fs *FSData
|
||||
//accountFileHandler *utils.AccountFileHandler
|
||||
accountCreator AccountCreator
|
||||
accountFileHandler utils.AccountFileHandlerInterface
|
||||
accountService server.AccountServiceInterface
|
||||
|
Loading…
Reference in New Issue
Block a user