SimpleCloudNotifier/scnserver/test/util/formData.go

9 lines
111 B
Go
Raw Permalink Normal View History

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