Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogMessage ¶
func (*LogMessage) Print ¶
func (log *LogMessage) Print()
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) StreamAllLogs ¶
func (s *Store) StreamAllLogs(follow bool) chan *LogMessage
func (*Store) StreamLogsByName ¶
func (s *Store) StreamLogsByName(names []string, follow bool) chan *LogMessage
Click to show internal directories.
Click to hide internal directories.