config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GitHubOAuthClientID = "523ada8718f092d34c40"

	GitHubOAuthCLIToAPIURLPath = "/github/oauth/callback"
	GitHubOAuthCLIToAPIURL     = "http://127.0.0.1:8080" + GitHubOAuthCLIToAPIURLPath

	GithubOAuthAPIToCLIURLScheme = "http"
	GithubOAuthAPIToCLIURLHost   = "127.0.0.1"
	GitHubOAuthAPIToCLIURLPath   = "/github/oauth/callback"

	GitHubOAuthScopes = []string{
		"read:user",
		"user:email",
		"repo",
		"admin:public_key",
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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