+7
cmd/monarch/handlers.go
+7
cmd/monarch/handlers.go
······if err := hs.store.Where(models.GraphStarterpack{ID: string(uri)}).Assign(pack).FirstOrCreate(&models.GraphStarterpack{}).Error; err != nil {+if err := hs.store.Where(models.GraphVerification{ID: string(uri)}).Assign(verification).FirstOrCreate(&models.GraphVerification{}).Error; err != nil {
+39
models/graph_verification.go
+39
models/graph_verification.go
···