package
Version:
v0.0.0-...-bb77d14
Opens a new window with list of versions in this module.
Published: Jan 28, 2025
License: GPL-3.0
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 User struct {
ID uuid.UUID `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
Followers []uuid.UUID `json:"followers"`
Follwing []uuid.UUID `json:"following"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.