Minor linting issues

This commit is contained in:
Juan Font 2021-09-02 17:08:39 +02:00
parent d86de68b40
commit 7287e0259c
3 changed files with 4 additions and 2 deletions

View file

@ -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