package
Version:
v0.0.0-...-23016c8
Opens a new window with list of versions in this module.
Published: Aug 16, 2023
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
¶
func NewDatabaseService(db *sql.DB) *dbService
NewDatabaseService initialises a DatabaseService given its dependencies.
type Note struct {
ID, Username, Text string
}
type User struct {
Username, Pwd string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.