package
Version:
v0.0.0-...-23e8201
Opens a new window with list of versions in this module.
Published: Feb 11, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Idea struct {
Title string `json:"title"`
Description string `json:"description"`
Track string `json:"track"`
}
type Submission struct {
Title string `json:"title"`
Description string `json:"description"`
Track string `json:"track"`
GithubLink string `json:"github_link"`
FigmaLink string `json:"figma_link"`
OtherLink string `json:"other_link"`
TeamID string `json:"team_id"`
}
type UserDto struct {
Name string `json:"name"`
Email string `json:"email"`
RegNo string `json:"reg_no"`
PhoneNo string `json:"phone_no"`
College string `json:"college"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.