dto

package
v0.0.0-...-23e8201 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Idea

type Idea struct {
	Title       string `json:"title"`
	Description string `json:"description"`
	Track       string `json:"track"`
}

type Submission

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

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL