controllers

package
v0.0.0-...-e688a44 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2022 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	DB     *gorm.DB
	Router *gin.Engine
}

func (*Server) CreatePlaidInfo

func (server *Server) CreatePlaidInfo(c *gin.Context)

Create new token

func (*Server) CreateUser

func (server *Server) CreateUser(c *gin.Context)

func (*Server) DeleteIntegration

func (server *Server) DeleteIntegration(c *gin.Context)

func (*Server) DeleteUser

func (server *Server) DeleteUser(c *gin.Context)

func (*Server) ForgotPassword

func (server *Server) ForgotPassword(c *gin.Context)

func (*Server) GetUser

func (server *Server) GetUser(c *gin.Context)

func (*Server) GetUserIntegration

func (server *Server) GetUserIntegration(c *gin.Context)

func (*Server) GetUsers

func (server *Server) GetUsers(c *gin.Context)

func (*Server) Initialize

func (server *Server) Initialize(Dbdriver, DbUser, DbPassword, DbPort, DbHost, DbName string)

func (*Server) Login

func (server *Server) Login(c *gin.Context)

func (*Server) ResetPassword

func (server *Server) ResetPassword(c *gin.Context)

func (*Server) Run

func (server *Server) Run(addr string)

func (*Server) SignIn

func (server *Server) SignIn(email, password string) (map[string]interface{}, error)

func (*Server) Status

func (server *Server) Status(c *gin.Context)

func (*Server) UpdateAvatar

func (server *Server) UpdateAvatar(c *gin.Context)

func (*Server) UpdateIntegration

func (server *Server) UpdateIntegration(c *gin.Context)

func (*Server) UpdateUser

func (server *Server) UpdateUser(c *gin.Context)

Jump to

Keyboard shortcuts

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