package
Version:
v0.0.0-...-9d96024
Opens a new window with list of versions in this module.
Published: Feb 11, 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
¶
type Package struct {
AuthorID uint `json:"author_id"`
Name string `json:"name" gorm:"unique"`
Description string `json:"description" gorm:"unique"`
GitURL string `json:"git_url" gorm:"unique"`
}
type User struct {
Nick string `json:"nick" gorm:"unique"`
Email string `json:"email" gorm:"unique"`
Password string `json:"password"`
}
Source Files
¶
Directories
¶
actions
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.