go-pingbot/database/mongo/type.go

6 lines
60 B
Go

package mongo
type URL struct {
URL string `bson:"_id"`
}