package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetToken retrieves a github oauth2 token.
StorageTokenSource will be used by out configs TokenSource function.

# Structs

Config wraps the default oauth2.Config and adds our storage.
FileStorage satisfies our storage interface.

# Interfaces

Storage is our generic storage interface.