minor fixes

This commit is contained in:
pb
2024-07-02 12:24:23 +02:00
parent ab9f1359a0
commit eab5162389
3 changed files with 14 additions and 6 deletions

View File

@@ -13,10 +13,7 @@ import (
"github.com/tidwall/gjson"
)
type Link struct {
Src string
Dst string
}
type Graph struct {
Datas []models.DataModel