SYMBOL INDEX (32 symbols across 12 files) FILE: internal/generate.go function Generate (line 17) | func Generate(c *cli.Context) error { function retrieveDefaultInstallationID (line 100) | func retrieveDefaultInstallationID(hostname, jwt string) (string, error) { function generateToken (line 138) | func generateToken(hostname, jwt, installationID string) (*github.Instal... FILE: internal/generate_flags.go function GenerateFlags (line 6) | func GenerateFlags() []cli.Flag { FILE: internal/generate_test.go function createTestContext (line 19) | func createTestContext(flags map[string]interface{}) *cli.Context { function getBoolFlag (line 57) | func getBoolFlag(flags map[string]interface{}, key string) bool { function TestGenerate (line 64) | func TestGenerate(t *testing.T) { function TestRetrieveDefaultInstallationID (line 244) | func TestRetrieveDefaultInstallationID(t *testing.T) { function TestGenerateToken (line 312) | func TestGenerateToken(t *testing.T) { function TestGenerateAdvancedCases (line 387) | func TestGenerateAdvancedCases(t *testing.T) { function TestGenerateWithOutputFormats (line 490) | func TestGenerateWithOutputFormats(t *testing.T) { FILE: internal/installations.go function Installations (line 17) | func Installations(c *cli.Context) error { function listInstallations (line 75) | func listInstallations(hostname, jwt string) (*[]github.Installation, er... FILE: internal/installations_flags.go function InstallationsFlags (line 6) | func InstallationsFlags() []cli.Flag { FILE: internal/installations_test.go function createTestContextForInstallations (line 19) | func createTestContextForInstallations(flags map[string]interface{}) *cl... function TestInstallations (line 51) | func TestInstallations(t *testing.T) { function TestListInstallations (line 286) | func TestListInstallations(t *testing.T) { function TestInstallationsPaginationBehavior (line 451) | func TestInstallationsPaginationBehavior(t *testing.T) { function TestInstallationsRequestHeaders (line 511) | func TestInstallationsRequestHeaders(t *testing.T) { FILE: internal/key.go function readKey (line 13) | func readKey(path string) (*rsa.PrivateKey, error) { function readKeyBase64 (line 26) | func readKeyBase64(keyBase64 string) (*rsa.PrivateKey, error) { function generateJWT (line 39) | func generateJWT(appID string, expiry int, key *rsa.PrivateKey) (string,... FILE: internal/revoke.go function Revoke (line 12) | func Revoke(c *cli.Context) error { function revokeToken (line 33) | func revokeToken(hostname, token string) error { FILE: internal/revoke_flags.go function RevokeFlags (line 6) | func RevokeFlags() []cli.Flag { FILE: internal/revoke_test.go function createTestContextForRevoke (line 15) | func createTestContextForRevoke(flags map[string]interface{}) *cli.Conte... function TestRevoke (line 44) | func TestRevoke(t *testing.T) { function TestRevokeToken (line 216) | func TestRevokeToken(t *testing.T) { function TestRevokeTokenNetworkErrors (line 318) | func TestRevokeTokenNetworkErrors(t *testing.T) { function TestRevokeAdvancedCases (line 374) | func TestRevokeAdvancedCases(t *testing.T) { FILE: main.go function main (line 12) | func main() { FILE: version.go constant Version (line 4) | Version = "2.0.10"