social

package
v0.9.44 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Facebook added in v0.8.39

type Facebook struct {
}

func (*Facebook) GetUserData added in v0.8.39

func (p *Facebook) GetUserData(token string) (*UserData, error)

type Google

type Google struct {
}

func (*Google) GetUserData

func (p *Google) GetUserData(token string) (*UserData, error)

type IUserData

type IUserData interface {
	GetUserData(token string) (*UserData, error)
}

type UserData

type UserData struct {
	FirstName string
	LastName  string
	Avatar    string
	Email     string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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