(r string)
| 81 | } |
| 82 | |
| 83 | func withRedirectURL(r string) bootstrapOption { |
| 84 | return func(bc *bootstrapContext) { |
| 85 | bc.redirectURL = r |
| 86 | } |
| 87 | } |
| 88 | |
| 89 | type bootstrapConfig struct { |
| 90 | CA string `json:"ca-url"` |
no outgoing calls
no test coverage detected
searching dependent graphs…