dendrite.nvim/core/models/links.go

7 lines
88 B
Go

package models
type Link struct {
FromNoteID int
ToNoteID int
Raw string
}