requestStruct

package
v0.0.0-...-3c94e27 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeedbackData

type FeedbackData struct {
	Name       string                `form:"name" binding:"required"`
	LinkedIn   string                `form:"linkedin" binding:"required"`
	Post       *multipart.FileHeader `form:"post,omitempty"`
	Company    string                `form:"company" binding:"required"`
	Feedback   string                `form:"feedback" binding:"required"`
	Influencer interface{}           `form:"-"`
	ImageLink  string                `form:"-"`
}

type OTPRequest

type OTPRequest struct {
	OTP   int    `json:"otp" binding:"required"`
	Email string `json:"email" binding:"required"`
}

Jump to

Keyboard shortcuts

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