layed out goroutine

This commit is contained in:
Hazel Noack
2025-07-16 16:59:40 +02:00
parent a0133e0981
commit 6ee6c9c8d9
4 changed files with 21 additions and 3 deletions

View File

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