streamer

package
v0.0.0-...-4665912 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StackEvents

type StackEvents map[string]*cloudformation.StackEvent

type StackEventsRecord

type StackEventsRecord struct {
	Records StackEvents
	Err     error
}

type Streamer

type Streamer struct {
	// contains filtered or unexported fields
}

func (*Streamer) DescribeStackEvents

func (s *Streamer) DescribeStackEvents(stackName *string, seenEvents StackEvents) (stackEvents *StackEventsRecord)

func (*Streamer) StartStreaming

func (s *Streamer) StartStreaming(stackName *string, seenEvents StackEvents, wr *writer.StringWriter, done <-chan bool) error

type Streameriface

type Streameriface interface {
	StartStreaming(*string, StackEvents, *writer.StringWriter, <-chan bool) error
	DescribeStackEvents(*string, StackEvents) (stackEvents *StackEventsRecord)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL