refactored diy hrt in proper struct

This commit is contained in:
Hazel Noack
2025-07-15 11:41:36 +02:00
parent 231ceea80a
commit 1e7bbc6e16
4 changed files with 23 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
package diyhrt
type DiyHrtConfig struct {
ApiKey string
StoreFilter StoreFilter
ListingFilter ListingFilter
}