Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringArray ¶
type StringArray []string
StringArray is a custom type for handling string arrays in PostgreSQL
func (*StringArray) Scan ¶
func (a *StringArray) Scan(value interface{}) error
type UserLoginPayload ¶
type UserProfile ¶
type UserProfile struct {
gorm.Model
ID uint `json:"id"`
Location string `json:"location"`
Email string `json:"email"`
TechStack string `json:"tech_stack"`
Group string `json:"group"`
Institution string `json:"institution"`
ProfilePictureURL string `json:"profile_picture"`
IsOnline bool `json:"is_online"`
LinkedIn string `json:"linkedin"`
Telegram string `json:"telegram"`
LeetCode string `json:"leetcode"`
Codeforces string `json:"codeforces"`
HackerRank string `json:"hackerrank"`
GitHub string `json:"github"`
}
Click to show internal directories.
Click to hide internal directories.