| 20 | ) |
| 21 | |
| 22 | type fileAnnotation struct { |
| 23 | fileInfo FileInfo |
| 24 | startLine int |
| 25 | startColumn int |
| 26 | endLine int |
| 27 | endColumn int |
| 28 | typeString string |
| 29 | message string |
| 30 | pluginName string |
| 31 | policyName string |
| 32 | } |
| 33 | |
| 34 | func newFileAnnotation( |
| 35 | fileInfo FileInfo, |
nothing calls this directly
no outgoing calls
no test coverage detected