File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -116,27 +116,27 @@ func (c *Config) APIToken() string {
116116 return c .apiToken
117117}
118118
119- // Returns the GitHub App atuhentication value
119+ // Returns the GitHub App authentication value
120120func (c * Config ) GitHubApp () bool {
121121 return c .gitHubApp
122122}
123123
124- // SetGitHubAppKeyPath accepts a string for GitHub app private key path
124+ // Returns the GitHub app private key path
125125func (c * Config ) GitHubAppKeyPath () string {
126126 return c .gitHubAppKeyPath
127127}
128128
129- // SetGitHubAppId accepts a string for GitHub app id
129+ // Returns the GitHub app id
130130func (c * Config ) GitHubAppId () int64 {
131131 return c .gitHubAppId
132132}
133133
134- // SetGitHubAppInstallationId accepts a string for GitHub app installation id
134+ // Returns the GitHub app installation id
135135func (c * Config ) GitHubAppInstallationId () int64 {
136136 return c .gitHubAppInstallationId
137137}
138138
139- // SetGitHubAppRateLimit accepts a string for GitHub RateLimit
139+ // Returns the GitHub RateLimit
140140func (c * Config ) GitHubRateLimit () float64 {
141141 return c .gitHubRateLimit
142142}
You can’t perform that action at this time.
0 commit comments