From 8c51e2a555a60f6d040d39ce95308d505883e192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Thu, 31 Mar 2022 14:58:53 +0200 Subject: [PATCH] config: fs type --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 4461380..a612b92 100644 --- a/config/config.go +++ b/config/config.go @@ -98,6 +98,7 @@ type VolumeDef struct { } type MountDef struct { + Type string Dev string Path string Options string