register

package
v0.0.0-...-9417b64 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GinGonic

type GinGonic struct {
	// contains filtered or unexported fields
}

func NewGinGonic

func NewGinGonic(cfg *config.Config, register register.Contract) *GinGonic

func (*GinGonic) JSON

func (g *GinGonic) JSON(c *gin.Context)

type Payload

type Payload struct {
	FirstName            string  `json:"first_name"`
	LastName             *string `json:"last_name"`
	Username             string  `json:"username"`
	Email                string  `json:"email"`
	Password             string  `json:"password"`
	PasswordConfirmation string  `json:"password_confirmation"`
	ImagePath            *string `json:"image_path"`
	Gender               uint8   `json:"gender"`
}

Jump to

Keyboard shortcuts

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