Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogOptions ¶
type LogStream ¶
type LogStream interface {
	Err() error
	Stream(ctx context.Context, opts *LogOptions) <-chan LogEntry
}
    func NewNatsStream ¶
func NewPollingStream ¶
func NewPollingStream(client *api.Client, opts *LogOptions) (LogStream, error)
 Click to show internal directories. 
   Click to hide internal directories.