Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddUserToFollowUsList ¶
func AddUserToFollowUsList(jwtToken string, reqBody FollowerReqBody) error
Types ¶
type Follower ¶
type Follower struct {
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Email string `json:"email"`
}
func GetFollowers ¶
type FollowerReqBody ¶
Click to show internal directories.
Click to hide internal directories.