SearchHandlerPath returns the path to the search handler, with trailing slash.
()
| 393 | |
| 394 | // SearchHandlerPath returns the path to the search handler, with trailing slash. |
| 395 | func (w *World) SearchHandlerPath() string { return "/my-search/" } |
| 396 | |
| 397 | // ServerBinary returns the location of the perkeepd binary running for this World. |
| 398 | func (w *World) ServerBinary() string { |
no outgoing calls