1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-12-01 13:20:54 +00:00

Removed comment in hosts.go

This commit is contained in:
Romein van Buren 2023-01-18 21:05:40 +01:00
parent b8f1f241f1
commit dbceac7edf
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -15,13 +15,6 @@ import (
mongoOptions "go.mongodb.org/mongo-driver/mongo/options"
)
// {
// "3b7e3926-03ce-4407-bc3f-85ed2f01ee42": {
// "name": "Localhost",
// "uri": "mongodb://localhost:27017"
// }
// }
type Host struct {
Name string `json:"name"`
URI string `json:"uri"`