go-pingbot/database/mongo/type.go
Medzik 689e833dbb feat: add ctx to backend ping, add cluster functional...
- Added ctx to backend ping
- Log changed Stderr to Stdout
- Added cluster functional
- Updated more files
2021-07-31 20:59:43 +00:00

8 lines
131 B
Go

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