go-pingbot/database/mongo/type.go

6 lines
60 B
Go
Raw Normal View History

2021-07-29 18:51:15 +00:00
package mongo
2021-07-11 21:19:37 +00:00
type URL struct {
URL string `bson:"_id"`
}