Documentation ¶
Overview ¶
Package tester contains a static source tester.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tester ¶
Tester is a static source tester.
func New ¶
func New(createFunc func(defs.StaticSourceParent) defs.StaticSource, conf *conf.Path) *Tester
New allocates a tester.
func (*Tester) SetNotReady ¶
func (t *Tester) SetNotReady(_ defs.PathSourceStaticSetNotReadyReq)
SetNotReady implements StaticSourceParent.
func (*Tester) SetReady ¶
func (t *Tester) SetReady(req defs.PathSourceStaticSetReadyReq) defs.PathSourceStaticSetReadyRes
SetReady implements StaticSourceParent.
Click to show internal directories.
Click to hide internal directories.