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 {
|
type Handlers struct {
|
||||||
fs *FSData
|
fs *FSData
|
||||||
//accountFileHandler *utils.AccountFileHandler
|
|
||||||
accountCreator AccountCreator
|
accountCreator AccountCreator
|
||||||
accountFileHandler utils.AccountFileHandlerInterface
|
accountFileHandler utils.AccountFileHandlerInterface
|
||||||
accountService server.AccountServiceInterface
|
accountService server.AccountServiceInterface
|
||||||
|
Loading…
Reference in New Issue
Block a user