Versions in this module Expand all Collapse all v1 v1.26.7 Apr 20, 2026 v1.26.6 Mar 12, 2026 Changes in this version + func Build() fx.Option + type LogStream struct + Done <-chan struct{} + Lines <-chan string + type Reader struct + func (r *Reader) StreamPluginLogs(ctx context.Context, pluginID plugin.InstallationID) (*LogStream, error) + type RotatingWriter struct + Rotator *lumberjack.Logger + func (w *RotatingWriter) Write(p []byte) (n int, err error) + type Writer struct + func (w *Writer) NewWriter(pluginID plugin.InstallationID) (*RotatingWriter, error)