| 94 | } |
| 95 | |
| 96 | type remoteLog struct { |
| 97 | fifoDir string |
| 98 | } |
| 99 | |
| 100 | // Path returns the name of a FIFO connected to the logging daemon. |
| 101 | func (r *remoteLog) Path(n string) string { |
nothing calls this directly
no outgoing calls
no test coverage detected