Documentation
¶
Index ¶
- func AuthenticateGitHubAppForOrg(ctx context.Context, org string, appID int64, privatePEM []byte) (*ghinstallation.Transport, error)
- func AuthenticateGitHubAppForRepository(ctx context.Context, org, repo string, appID int64, privatePEM []byte) (*ghinstallation.Transport, error)
- func AuthenticateGitHubAppForUser(ctx context.Context, user string, appID int64, privatePEM []byte) (*ghinstallation.Transport, error)
- func AuthenticateGitHubAppInstallation(_ context.Context, appID, installationID int64, privatePEM []byte) (*ghinstallation.Transport, error)
- type LogWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthenticateGitHubAppForOrg ¶ added in v0.1.6
func AuthenticateGitHubAppForRepository ¶ added in v0.1.6
func AuthenticateGitHubAppForUser ¶ added in v0.1.6
func AuthenticateGitHubAppInstallation ¶ added in v0.1.6
Types ¶
Click to show internal directories.
Click to hide internal directories.