helpers

package
v0.0.0-...-227081a Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2025 License: Unlicense Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const AuthCookieName = "Session"

Variables

This section is empty.

Functions

func HashPassword

func HashPassword(password string) ([]byte, error)

HashPassword Hash a models.User password

func ParseStringToUuid

func ParseStringToUuid(uuidAsString string) (uuid.UUID, error)

func ResetCookie

func ResetCookie(name string, c *gin.Context)

func SaveImageToCampaign

func SaveImageToCampaign(image FileUpload, campaignId uint, rawnNewFileName string) (string, error)

func SetAuthJWTCookie

func SetAuthJWTCookie(content AuthCookieContent, c *gin.Context) error

Types

type AuthCookieContent

type AuthCookieContent struct {
	ID        uint
	ExpiresAt int64
}

type FileUpload

type FileUpload struct {
	Name       string `json:"Name"`
	Size       int32  `json:"Size"`
	Type       string `json:"Type"`
	FileBase64 string `json:"FileBase64"`
}

Jump to

Keyboard shortcuts

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