Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCompletedEvent ¶ added in v0.6.0
func NewCompletedEvent(message string)
NewCompletedEvent is used to publish completed event
func NewErrorEvent ¶ added in v0.6.0
NewErrorEvent is used to publish error event
func NewStatusEvent ¶ added in v0.6.0
func NewStatusEvent(message string)
NewStatusEvent is used to publish status event
Types ¶
type EventAwaiter ¶ added in v0.6.0
type EventAwaiter struct {
// contains filtered or unexported fields
}
func NewEventAwaiter ¶ added in v0.6.0
func NewEventAwaiter() *EventAwaiter
func (*EventAwaiter) AwaitCompletedEvent ¶ added in v0.6.0
func (ep *EventAwaiter) AwaitCompletedEvent(stream io.Reader) (string, error)
Click to show internal directories.
Click to hide internal directories.