1 2 3 4 5 6
package main func insertHost() { h := Host{Url: "https://mx.iamfabulous.de/", Monitored: true, Private: false} Db.Create(&h) }