Update Status

This commit is contained in:
aditya.siregar
2024-08-14 23:38:40 +07:00
parent 3e138d72a3
commit 99a569afb3
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ type DiscoverySearch struct {
Long float64
Name string
Region string
Status string
Discover string
Offset int
Limit int
+1
View File
@@ -42,6 +42,7 @@ type SiteSearch struct {
Name string
Limit int
Offset int
Status string
}
type SiteList []*SiteDB