CSMValetingReviewAPI/models/Valid.go
lukejelse04 2415b323d5 Added POST method and form data input and parsing
created the post requests as well as relevant models involved in API responses
2021-08-16 22:18:06 +01:00

6 lines
69 B
Go

package models
type Valid struct {
Status string `json:"status"`
}