go-pingbot/website/routes/api/type.go

6 lines
81 B
Go

package api
type URLType struct {
URL string `json:"url" binding:"required"`
}