Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApplicationMonitor ¶
type MockApplicationMonitor struct {
StartCall func()
StopCall func()
GetHealthStatusCall func() application.HealthDto
NotifyEventCall func(counterType int)
ResetCall func(counterType int, value int)
}
MockApplicationMonitor mocked implementation of application monitor
func (MockApplicationMonitor) GetHealthStatus ¶
func (m MockApplicationMonitor) GetHealthStatus() application.HealthDto
GetHealthStatus mock
func (MockApplicationMonitor) NotifyEvent ¶
func (m MockApplicationMonitor) NotifyEvent(counterType int)
NotifyEvent mock
func (MockApplicationMonitor) Reset ¶
func (m MockApplicationMonitor) Reset(counterType int, value int)
Reset mock
type MockServicesMonitor ¶
type MockServicesMonitor struct {
StartCall func()
StopCall func()
GetHealthStatusCall func() services.HealthDto
}
MockServicesMonitor mocked implementation of services monitor
func (MockServicesMonitor) GetHealthStatus ¶
func (m MockServicesMonitor) GetHealthStatus() services.HealthDto
GetHealthStatus mock
Click to show internal directories.
Click to hide internal directories.