Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (15 loc) · 639 Bytes

integrations.md

File metadata and controls

16 lines (15 loc) · 639 Bytes

Forgolang.com integrations

Integrated third party software/applications.

Github

Integrated for authentication and developer information.
Information received from users via github (see):

// UserInformation github basic user information structure
type UserInformation struct {
	Bio         string `db:"bio" json:"bio"`
	PublicRepos int `db:"public_repos" json:"public_repos"`
	PublicGists int `db:"public_gists" json:"public_gists"`
	Followers   int `db:"followers" json:"followers"`
	Following   int `db:"following" json:"following"`
}