(id string)
| 409 | } |
| 410 | |
| 411 | func validPluginID(id string) bool { |
| 412 | return pluginIDPattern.MatchString(id) |
| 413 | } |
| 414 | |
| 415 | func GitHubRepositoryParts(repository string) (string, string, error) { |
| 416 | repository = strings.TrimSpace(repository) |
no outgoing calls
no test coverage detected