Documentation
¶
Index ¶
- Variables
- func AlterProfile(c echo.Context) error
- func CheckEmail(c echo.Context) error
- func CheckRelation(c echo.Context) error
- func CheckUsername(c echo.Context) error
- func DeleteTweetHandler(c echo.Context) error
- func ForgotPassword(c echo.Context) error
- func HigherRelation(c echo.Context) error
- func ListUsers(c echo.Context) error
- func LoginHandler(c echo.Context) error
- func LowerRelation(c echo.Context) error
- func NewPasswordHandler(c echo.Context) error
- func ObtainAvatar(c echo.Context) error
- func ObtainBanner(c echo.Context) error
- func ProcessToken(token string) (*models.Claim, bool, string, error)
- func ProfileHandler(c echo.Context) error
- func ReadFollowersTweets(c echo.Context) error
- func ReadTweets(c echo.Context) error
- func RegisterHandler(c echo.Context) error
- func SearchUsers(c echo.Context) error
- func Tweet(c echo.Context) error
- func UploadAvatar(c echo.Context) error
- func UploadBanner(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Email string
View Source
var Userid string
Functions ¶
func AlterProfile ¶
func CheckEmail ¶
func CheckRelation ¶
func CheckUsername ¶
func DeleteTweetHandler ¶
func ForgotPassword ¶
func HigherRelation ¶
func LoginHandler ¶
func LowerRelation ¶
func NewPasswordHandler ¶
func ObtainAvatar ¶
func ObtainBanner ¶
func ProfileHandler ¶
func ReadFollowersTweets ¶
func ReadTweets ¶
func RegisterHandler ¶
func SearchUsers ¶
func UploadAvatar ¶
func UploadBanner ¶
Types ¶
This section is empty.
Source Files
¶
- ResetPassword.Controller.go
- SearchUsers.Controller.go
- UserNewPassword.Controller.go
- alterProfile.Controller.go
- checkEmail.Controller.go
- checkRelation.Controller.go
- checkUsernameExist.Controller.go
- deleteTweet.Controller.go
- higherRelation.Controller.go
- listUsers.Controller.go
- login.Controller.go
- lowerRelation.Controller.go
- obtainAvatar.Controller.go
- obtainBanner.Controller.go
- processToken.Controller.go
- readFollowersTweets.Controller.go
- readTweets.Controller.go
- register.Controller.go
- tweet.Controller.go
- uploadAvatar.Controller.go
- uploadBanner.Controller.go
- visitProfile.Controller.go
Click to show internal directories.
Click to hide internal directories.