summaryrefslogtreecommitdiff
path: root/validate.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 10:34:26 -0500
committerJeff Carr <[email protected]>2024-10-26 10:34:26 -0500
commit5406da8e753beb6c62621c3f98d819afab09c28b (patch)
tree60fc6df814237e4916bd8b4bb888ca4858b488cf /validate.go
parent636068c5b790564915f59960c1a6ceebe877c978 (diff)
kinda works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'validate.go')
-rw-r--r--validate.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/validate.go b/validate.go
index bfac46a..f64df1b 100644
--- a/validate.go
+++ b/validate.go
@@ -167,6 +167,7 @@ func CheckDiskFilenames(cluster *pb.Cluster) []*pb.Event {
return alle
}
+// this doesn't run often
func CheckDroplets(cluster *pb.Cluster, dump bool) bool {
// uuid map to check for duplicates
var umap map[string]string