diff options
Diffstat (limited to 'validate.go')
| -rw-r--r-- | validate.go | 1 |
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 |
