mirror of
https://github.com/twofas/2fas-server.git
synced 2024-12-12 20:20:19 +01:00
6 lines
89 B
Go
6 lines
89 B
Go
|
package domain
|
||
|
|
||
|
type IconsRelationsRepository interface {
|
||
|
DeleteAll(icon *Icon) error
|
||
|
}
|