feat: add basic miniflux conection

This commit is contained in:
Alexander Navarro 2024-12-17 20:11:19 -03:00
parent 1459abdd84
commit 22b4abf73b
7 changed files with 173 additions and 6 deletions

8
internal/app/service.go Normal file
View file

@ -0,0 +1,8 @@
package app
type ServiceConfig struct {
Service string
Host string
User string
Token string
}