followers

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 6 Imported by: 0

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

func GetFollowers(jwtToken string) ([]Follower, error)

type FollowerReqBody

type FollowerReqBody struct {
	FirstName string `json:"firstName"`
	LastName  string `json:"lastName"`
	Email     string `json:"email"`
}

type Followers

type Followers struct {
	Followers []Follower `json:"followers"`
}

Jump to

Keyboard shortcuts

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