Writes writes to the log stream.
(context.Context, int64, *Line)
| 43 | |
| 44 | // Writes writes to the log stream. |
| 45 | Write(context.Context, int64, *Line) error |
| 46 | |
| 47 | // Tail tails the log stream. |
| 48 | Tail(context.Context, int64) (<-chan *Line, <-chan error) |
no outgoing calls