package
0.0.0-20201102160538-59f2e6311f88
Repository: https://github.com/anavas09/gotwitter.git
Documentation: pkg.go.dev
# Structs
Claim : Struct for save the JWT data.
LoginResponse : Save the login token.
Relation : Model of the relation between users (follow).
ResponseCheckRelation : Got the response from the database when check if two user got a relationship.
ReturnTweet : Struct for return a tweet.
ReturnTweetsFollowers : Struct for the tweets.
SaveTweet : Struct for tweets model.
Tweet : Struct for tweet that came from the r.Body.
User : Struct for the user model.