Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct { Manager *storage.Manager SymbolRepo symbol.SymbolRepo Client *goscryfall.Client ImportManager *sync.ImportManager Notifier notifier.Notifier SetIconLoader *ansel.Ansel[string] CardThumbnailLoader *ansel.Ansel[string] CardFullLoader *ansel.Ansel[string] }
func NewRegistry ¶
func NewRegistry(manager *storage.Manager, symbolRepo symbol.SymbolRepo, client *goscryfall.Client, importManager *sync.ImportManager, not notifier.Notifier) *Registry
Click to show internal directories.
Click to hide internal directories.