Refactor message sending into logic package (+ more tests for uptime-kuma)
Build Docker and Deploy / Build Docker Container (push) Successful in 1m33s
Build Docker and Deploy / Deploy to Server (push) Successful in 7s

This commit is contained in:
2023-08-12 19:07:39 +02:00
parent a4a651229c
commit 9f656bdefe
10 changed files with 832 additions and 510 deletions
+5
View File
@@ -1,3 +1,8 @@
package util
type FormData map[string]string
type RawJSON struct {
ContentType string
Body string
}