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

6 lines
81 B
Go
Raw Normal View History

2021-07-11 21:19:37 +00:00
package api
type URLType struct {
URL string `json:"url" binding:"required"`
}