Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeReflector ¶
type FakeReflector struct {
Running utils.AtomicBool
Closed utils.AtomicBool
Events chan string
}
func NewFakeReflector ¶
func NewFakeReflector() *FakeReflector
func (*FakeReflector) Close ¶
func (r *FakeReflector) Close() error
func (*FakeReflector) SendEvent ¶
func (r *FakeReflector) SendEvent(name string)
func (*FakeReflector) Stop ¶
func (r *FakeReflector) Stop()
Click to show internal directories.
Click to hide internal directories.