| 129 | } |
| 130 | |
| 131 | type SourceReply struct { |
| 132 | // The number of the last used filename, needed for pagination |
| 133 | LastUsedFilename int |
| 134 | |
| 135 | AllMatches []regexp.Match |
| 136 | } |
| 137 | |
| 138 | type Server struct { |
| 139 | // For forward compatibility |
nothing calls this directly
no outgoing calls
no test coverage detected