controllers

package
v0.0.0-...-4eb7f57 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AuthTest

func AuthTest(c *gin.Context)

func INoteCreate

func INoteCreate(c *gin.Context)

func INoteDelete

func INoteDelete(c *gin.Context)

func INoteFindAll

func INoteFindAll(c *gin.Context)

func INoteFindById

func INoteFindById(c *gin.Context)

func INoteUpdate

func INoteUpdate(c *gin.Context)

func Login

func Login(c *gin.Context)

func Register

func Register(c *gin.Context)

Types

type AuthBody

type AuthBody struct {
	Email    string `json:"email" binding:"required,email"`
	Password string `json:"password" binding:"required"`
}

Jump to

Keyboard shortcuts

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