Documentation ¶
Index ¶
- type Server
- func (server *Server) CreatePlaidInfo(c *gin.Context)
- func (server *Server) CreateUser(c *gin.Context)
- func (server *Server) DeleteIntegration(c *gin.Context)
- func (server *Server) DeleteUser(c *gin.Context)
- func (server *Server) ForgotPassword(c *gin.Context)
- func (server *Server) GetUser(c *gin.Context)
- func (server *Server) GetUserIntegration(c *gin.Context)
- func (server *Server) GetUsers(c *gin.Context)
- func (server *Server) Initialize(Dbdriver, DbUser, DbPassword, DbPort, DbHost, DbName string)
- func (server *Server) Login(c *gin.Context)
- func (server *Server) ResetPassword(c *gin.Context)
- func (server *Server) Run(addr string)
- func (server *Server) SignIn(email, password string) (map[string]interface{}, error)
- func (server *Server) Status(c *gin.Context)
- func (server *Server) UpdateAvatar(c *gin.Context)
- func (server *Server) UpdateIntegration(c *gin.Context)
- func (server *Server) UpdateUser(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func (*Server) CreatePlaidInfo ¶
Create new token
func (*Server) CreateUser ¶
func (*Server) DeleteIntegration ¶
func (*Server) DeleteUser ¶
func (*Server) ForgotPassword ¶
func (*Server) GetUserIntegration ¶
func (*Server) Initialize ¶
func (*Server) ResetPassword ¶
func (*Server) UpdateAvatar ¶
func (*Server) UpdateIntegration ¶
func (*Server) UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.