Documentation ¶ Index ¶ Variables func GenToken(gh GitHubAppInfo, outputFormat string) error func GetInstallationID(token string, repo string) (*string, error) func GetInstallationToken(token string, appInstID string) (*string, error) type GitHubAppInfo Constants ¶ This section is empty. Variables ¶ View Source var ( AppInst string ) Functions ¶ func GenToken ¶ func GenToken(gh GitHubAppInfo, outputFormat string) error func GetInstallationID ¶ func GetInstallationID(token string, repo string) (*string, error) func GetInstallationToken ¶ func GetInstallationToken(token string, appInstID string) (*string, error) Types ¶ type GitHubAppInfo ¶ type GitHubAppInfo struct { AppID string AppInstID string GHRepo string PrivateKey []byte } Source Files ¶ View all Source files github.go Click to show internal directories. Click to hide internal directories.