mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: add NFS volume type
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
package db
|
||||
|
||||
import (
|
||||
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
type Volume struct {
|
||||
gorm.Model
|
||||
Name string `json:"name"`
|
||||
Path string `json:"path"`
|
||||
Name string `json:"name"`
|
||||
Path string `json:"path"`
|
||||
Type string `json:"type"`
|
||||
Config string `json:"config"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user