(namespace string)
| 87 | } |
| 88 | |
| 89 | func selectFileName(namespace string) string { |
| 90 | return filepath.Join("select", namespace) |
| 91 | } |
| 92 | |
| 93 | // Select will select a bug for future use |
| 94 | func Select(repo *cache.RepoCache, namespace string, id entity.Id) error { |