Minor linting issues
This commit is contained in:
parent
d86de68b40
commit
7287e0259c
3 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@ import "gorm.io/gorm"
|
|||
const errorSameNamespace = Error("Destination namespace same as origin")
|
||||
const errorNodeAlreadyShared = Error("Node already shared to this namespace")
|
||||
|
||||
// Sharing is a join table to support sharing nodes between namespaces
|
||||
// SharedNode is a join table to support sharing nodes between namespaces
|
||||
type SharedNode struct {
|
||||
gorm.Model
|
||||
MachineID uint64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue