| 39 | ) |
| 40 | |
| 41 | type client struct { |
| 42 | ctx context.Context |
| 43 | err error |
| 44 | projects map[string]bool |
| 45 | statusURL string |
| 46 | once sync.Once |
| 47 | } |
| 48 | |
| 49 | type ossFuzzStatus struct { |
| 50 | Projects []struct { |
nothing calls this directly
no outgoing calls
no test coverage detected