SimpleCloudNotifier/scnserver/test/util/formData.go
Mike Schwörer 9f656bdefe
All checks were successful
Build Docker and Deploy / Build Docker Container (push) Successful in 1m33s
Build Docker and Deploy / Deploy to Server (push) Successful in 7s
Refactor message sending into logic package (+ more tests for uptime-kuma)
2023-08-12 19:07:39 +02:00

9 lines
111 B
Go

package util
type FormData map[string]string
type RawJSON struct {
ContentType string
Body string
}