Documentation ¶ Index ¶ type LoggingWs func NewLogWsSaver(lc fx.Lifecycle, logging *logging.Logging, stream *stream.Stream) *LoggingWs func (l *LoggingWs) Save(log m.Log) func (l *LoggingWs) Shutdown(ctx context.Context) (err error) func (l *LoggingWs) Start(ctx context.Context) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type LoggingWs ¶ type LoggingWs struct { // contains filtered or unexported fields } func NewLogWsSaver ¶ func NewLogWsSaver(lc fx.Lifecycle, logging *logging.Logging, stream *stream.Stream) *LoggingWs func (*LoggingWs) Save ¶ func (l *LoggingWs) Save(log m.Log) Save ... func (*LoggingWs) Shutdown ¶ func (l *LoggingWs) Shutdown(ctx context.Context) (err error) func (*LoggingWs) Start ¶ func (l *LoggingWs) Start(ctx context.Context) (err error) Source Files ¶ View all Source files logging_ws.go Click to show internal directories. Click to hide internal directories.