aboutsummaryrefslogtreecommitdiffstats
path: root/types.go
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-09-01 16:21:36 +0000
committerterminaldweller <devi@terminaldweller.com>2024-09-01 16:21:36 +0000
commitbcbbf64fb78f3c7248987968cccc4c97a4c5e3a2 (patch)
tree82fe5fd8fb73ea9e1f90c67593faf683cad3a680 /types.go
parentadded the url to the rss output. fixed a bug with the rss feeds where differe... (diff)
downloadmilla-bcbbf64fb78f3c7248987968cccc4c97a4c5e3a2.tar.gz
milla-bcbbf64fb78f3c7248987968cccc4c97a4c5e3a2.zip
fixes 8
Diffstat (limited to 'types.go')
-rw-r--r--types.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/types.go b/types.go
index 79ef000..78c1337 100644
--- a/types.go
+++ b/types.go
@@ -211,3 +211,9 @@ func LogErrorFatal(err error) {
log.Fatal(err)
}
}
+
+type ProxyRoundTripper struct {
+ APIKey string
+
+ ProxyURL string
+}