package
Version:
v0.0.0-...-365bb53
Opens a new window with list of versions in this module.
Published: Jul 5, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Note struct {
Id int `gorm:"type:int; primary_key;"`
Content string `gorm:"not null" json:"content, omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.