package
Version:
v0.0.0-...-c756ae2
Opens a new window with list of versions in this module.
Published: Jul 20, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewSvc(db *pg.DB) *Svc
type User struct {
ID int64 `pg:"id,pk"`
Username string `pg:"username"`
FirstName string `pg:"first_name,notnull"`
LastName string `pg:"last_name"`
Created time.Time `pg:"created,notnull"`
Updated time.Time `pg:"updated"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.