Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StepStream ¶
type StepStream interface {
Send(event *pb.ExecuteEvent) error
}
type StepStreamer ¶
type StepStreamer struct {
Stream StepStream
}
func New ¶
func New(stream StepStream) *StepStreamer
func (*StepStreamer) Close ¶
func (c *StepStreamer) Close() error
Click to show internal directories.
Click to hide internal directories.