MCPcopy Create free account
hub / github.com/cloudbase/garm / getDefaultGithubConfig

Function getDefaultGithubConfig

config/config_test.go:86–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func getDefaultGithubConfig() []Github {
87 return []Github{
88 {
89 Name: "dummy_creds",
90 Description: "dummy github credentials",
91 OAuth2Token: "bogus",
92 },
93 }
94}
95
96func getDefaultJWTCofig() JWTAuth {
97 return JWTAuth{

Callers 8

getDefaultConfigFunction · 0.85
TestGithubConfigFunction · 0.85
TestGithubAPIEndpointFunction · 0.85
TestUploadEndpointFunction · 0.85
TestUploadEndpointIsSetFunction · 0.85
TestGithubBaseURLFunction · 0.85
TestGithubBaseURLIsSetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected