Extend hope_kv_list validation API with:
[hope.git] / include / hope_kv_list.hrl
diff --git a/include/hope_kv_list.hrl b/include/hope_kv_list.hrl
new file mode 100644 (file)
index 0000000..a08d7cd
--- /dev/null
@@ -0,0 +1,5 @@
+-record(hope_kv_list_presence_violations,
+    { keys_missing     :: [A]
+    , keys_duplicated  :: [A]
+    , keys_unsupported :: [A]
+    }).
This page took 0.023735 seconds and 4 git commands to generate.