move I to adapters package
This commit is contained in:
parent
47cae1e99d
commit
98f401c6f4
|
|
@ -6,6 +6,10 @@ type IDummyTelegram interface {
|
|||
DummyNotification(id string, text string)
|
||||
}
|
||||
|
||||
type IGit interface {
|
||||
CreateRepo(name string) (*domain.Git, error)
|
||||
}
|
||||
|
||||
type ICloud interface {
|
||||
CreateFolder(name string) domain.Response
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue