go-pingbot/database/mongo/types.go

9 lines
131 B
Go

package mongo
type URL struct {
URL string `bson:"_id"`
Cluster int `bson:"cluster"`
}
type json map[string]interface{}