summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2024-05-22 13:34:05 +0100
committerDaniil Baturin <daniil@baturin.org>2024-05-22 14:09:57 +0100
commitf22292be24334ac8767aa288221091955f93ebd6 (patch)
tree4365fa882c61854ef3357120c8899553cf8c0029
parent82d12db7ecdecda9953fb8c1ff553818f94bac03 (diff)
downloadvyos-utils-f22292be24334ac8767aa288221091955f93ebd6.tar.gz
vyos-utils-f22292be24334ac8767aa288221091955f93ebd6.zip
T6380: Move validators to a dedicated subdirectory
-rw-r--r--src/validators/file_path.ml (renamed from src/file_path.ml)0
-rw-r--r--src/validators/numeric.ml (renamed from src/numeric.ml)0
-rw-r--r--src/validators/url.ml (renamed from src/url.ml)0
3 files changed, 0 insertions, 0 deletions
diff --git a/src/file_path.ml b/src/validators/file_path.ml
index ea3068c..ea3068c 100644
--- a/src/file_path.ml
+++ b/src/validators/file_path.ml
diff --git a/src/numeric.ml b/src/validators/numeric.ml
index 0c75f83..0c75f83 100644
--- a/src/numeric.ml
+++ b/src/validators/numeric.ml
diff --git a/src/url.ml b/src/validators/url.ml
index 3d77544..3d77544 100644
--- a/src/url.ml
+++ b/src/validators/url.ml