aboutsummaryrefslogtreecommitdiff
path: root/utils/routers
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-10-29 21:13:43 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2024-10-29 21:13:43 +0100
commit0f51c7d542227f1f4c9895db36007b9d95963d99 (patch)
treea7d57e15a783b5dd3180e8923f88cfb0a8bc8bab /utils/routers
parent19822dde9f01d54776233fe153b6ea5d5b21c454 (diff)
downloadinfra-0f51c7d542227f1f4c9895db36007b9d95963d99.tar.gz
infra-0f51c7d542227f1f4c9895db36007b9d95963d99.tar.bz2
infra-0f51c7d542227f1f4c9895db36007b9d95963d99.tar.xz
infra-0f51c7d542227f1f4c9895db36007b9d95963d99.zip
utils: networks
Diffstat (limited to 'utils/routers')
-rw-r--r--utils/routers/routers.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/routers/routers.go b/utils/routers/routers.go
new file mode 100644
index 0000000..0afb355
--- /dev/null
+++ b/utils/routers/routers.go
@@ -0,0 +1,4 @@
+package routers
+
+type Routers struct {
+}