Documentation
¶
Index ¶
- type AddNewDistrict
- type AddNewState
- type AddServicesToACategory
- type AdminDetailsResponse
- type AdminLogin
- type AuthCustomClaims
- type BidDetails
- type CreateCategory
- type DoubleTokens
- type GetLocations
- type GetServices
- type Login
- type MinWorkDetails
- type PlaceBid
- type ProviderDetails
- type ProviderDetailsForUser
- type ProviderRegister
- type RatingModel
- type UserDetails
- type UserSignup
- type Verification
- type VerificationDetails
- type WorkDetails
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddNewDistrict ¶
type AddNewState ¶
type AddNewState struct {
State string `json:"state"`
}
type AddServicesToACategory ¶
type AdminDetailsResponse ¶
type AdminLogin ¶
type AuthCustomClaims ¶
type AuthCustomClaims struct { Id int `json:"id"` Email string `json:"email"` Role string `json:"role"` jwt.StandardClaims }
type BidDetails ¶
type CreateCategory ¶
type CreateCategory struct {
Category string `json:"category"`
}
type DoubleTokens ¶
type GetLocations ¶
type GetServices ¶
type MinWorkDetails ¶
type ProviderDetails ¶
type ProviderDetailsForUser ¶
type ProviderRegister ¶
type RatingModel ¶
type UserDetails ¶
type UserSignup ¶
type Verification ¶
type VerificationDetails ¶
type WorkDetails ¶
type WorkDetails struct { ID int `json:"id"` Street string `json:"street"` District string `json:"district" ` State string `json:"state" ` Profession string `json:"profession"` User string `json:"user_name"` Provider string `json:"provider"` Images []string `json:"images" ` Participation bool `json:"participation"` WorkStatus string `json:"work_status" ` }
Click to show internal directories.
Click to hide internal directories.