Versions in this module Expand all Collapse all v1 v1.0.0 Jun 9, 2025 Changes in this version + type LogMessage struct + Err error + Line string + Name string + func (log *LogMessage) Print() + type Store struct + func NewStore() *Store + func (s *Store) Delete(name string) error + func (s *Store) Save(logChan <-chan *LogMessage, name string) error + func (s *Store) StreamAllLogs(follow bool) chan *LogMessage + func (s *Store) StreamLogsByName(names []string, follow bool) chan *LogMessage