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