Refactor message sending into logic package (+ more tests for uptime-kuma)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
package util
|
||||
|
||||
type FormData map[string]string
|
||||
|
||||
type RawJSON struct {
|
||||
ContentType string
|
||||
Body string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user