Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MicroshiftData ¶
type ServiceData ¶
type StartupData ¶
type StartupData struct { Services []ServiceData `json:"services"` Microshift MicroshiftData `json:"microshift"` }
type StartupRecorder ¶
type StartupRecorder struct { Data StartupData ServiceCount int // contains filtered or unexported fields }
func New ¶
func New() *StartupRecorder
func (*StartupRecorder) MicroshiftReady ¶
func (l *StartupRecorder) MicroshiftReady()
func (*StartupRecorder) MicroshiftStarts ¶
func (l *StartupRecorder) MicroshiftStarts(start time.Time)
func (*StartupRecorder) OutputData ¶
func (l *StartupRecorder) OutputData()
func (*StartupRecorder) ServiceReady ¶
func (l *StartupRecorder) ServiceReady(serviceName string, dependencies []string, start time.Time)
func (*StartupRecorder) ServicesStart ¶
func (l *StartupRecorder) ServicesStart(start time.Time)
Click to show internal directories.
Click to hide internal directories.