Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockObserver ¶
type MockObserver struct {
// Observations recorded by the mock observer.
Observations []float64
}
func (*MockObserver) Observe ¶
func (m *MockObserver) Observe(value float64)
Click to show internal directories.
Click to hide internal directories.