package
Version:
v0.0.0-...-7cd8536
Opens a new window with list of versions in this module.
Published: Jan 9, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DB interface {
New() DB
Notes() NotesQ
}
type Note struct {
ID int64 `db:"id" structs:"-"`
Content string `db:"content" structs:"content"`
CreatedAt time.Time `db:"created_at" structs:"created_at"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.