Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DBMigrate DBMigrate = os.Getenv("TASK_DB_MIGRATE") // DBConnectionURL - DBConnectionURL = os.Getenv("TASKER_DB_CONNECTION_URL") // ScriptRoot - ScriptRoot = os.Getenv("TASKER_SCRIPT_ROOT") // TaskerEnv - TaskerEnv = os.Getenv("TASKER_ENV") // GithubClientID GithubClientID = os.Getenv("GITHUB_CLIENT_ID") // GithubClientSecret GithubClientSecret = os.Getenv("GITHUB_CLIENT_SECRET") // TaskerSecret - used for our signing of access tokens TaskerSecret = os.Getenv("TASKER_SECRET") )
Functions ¶
func DownloadZip ¶
Types ¶
type GithubScopeType ¶
type GithubScopeType string
GithubScopeType -
const ( // GithubUserScope - GithubUserScope GithubScopeType = "user" // GithubRepoScope - GithubRepoScope GithubScopeType = "repo" )
Click to show internal directories.
Click to hide internal directories.