constants

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Version is the tool's version.
	Version = "0.1.0"
	// ConfigVersion is the version of the configuration file.
	ConfigVersion uint8 = 1
)

Variables

View Source
var (
	// RequiredGitLabScopes is a list with the scopes required for a GitLab repository.
	RequiredGitLabScopes = []string{"read_api", "read_user", "read_repository"}
	// RequiredGitHubScopes is a list with the scopes required for a GitHub repository.
	RequiredGitHubScopes = []string{"repo", "read:user"}
)

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