generated from alecodes/base-template
feat: add basic miniflux conection
This commit is contained in:
parent
1459abdd84
commit
22b4abf73b
7 changed files with 173 additions and 6 deletions
8
internal/app/service.go
Normal file
8
internal/app/service.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package app
|
||||
|
||||
type ServiceConfig struct {
|
||||
Service string
|
||||
Host string
|
||||
User string
|
||||
Token string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue