go-pingbot/database/mongo/types.go

7 lines
163 B
Go

package mongo
type URL struct {
URL string `bson:"_id,omitempty" json:"url,omitempty"`
Cluster int `bson:"cluster,omitempty" json:"cluster,omitempty"`
}