package
Version:
v0.0.0-...-d0245b9
Opens a new window with list of versions in this module.
Published: Sep 3, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PublicKey struct {
ID int64 `json:"id" gorm:"primaryKey"`
UserID int64 `json:"userID"`
Key []byte `json:"key"`
CreatedAt time.Time `json:"createdAt"`
}
type User struct {
ID int64 `gorm:"primaryKey"`
AuthID string `gorm:"unique;not null"`
Username string `gorm:"unique;not null"`
Password string `gorm:"not null"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.