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 NewNatsStream(ctx context.Context, apiClient WebClient, flapsClient flapsutil.FlapsClient, opts *LogOptions) (LogStream, error)
func NewPollingStream ¶
Click to show internal directories.
Click to hide internal directories.