summaryrefslogtreecommitdiff
path: root/nexus/utils/collections/record.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/utils/collections/record.go')
-rw-r--r--nexus/utils/collections/record.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/nexus/utils/collections/record.go b/nexus/utils/collections/record.go
new file mode 100644
index 0000000..18dbc2d
--- /dev/null
+++ b/nexus/utils/collections/record.go
@@ -0,0 +1,3 @@
+package collections
+
+type Record[K comparable, V any] = map[K]V