Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventFilter ¶
func NewTimeFilter ¶
func NewTimeFilter(timeService boshtime.Service) EventFilter
type EventLogger ¶
func NewEventLogger ¶
func NewEventLogger(ui bmui.UI) EventLogger
func NewEventLoggerWithFilters ¶
func NewEventLoggerWithFilters(ui bmui.UI, filters []EventFilter) EventLogger
type EventState ¶
type EventState string
const ( Started EventState = "started" Finished EventState = "finished" Failed EventState = "failed" Skipped EventState = "skipped" )
Click to show internal directories.
Click to hide internal directories.