go-pingbot/database/mongo/types.go

7 lines
163 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,omitempty" json:"url,omitempty"`
Cluster int `bson:"cluster,omitempty" json:"cluster,omitempty"`
2021-07-11 21:19:37 +00:00
}