Documentation
¶
Overview ¶
Package inputdummy simulates artificial trice data for testing.
On creation a byte slice with mockup data is expected. When end of slice is reached reading starts from the beginning. The time.Duration value can be used to delay the Read function.
Index ¶
Constants ¶
View Source
const ( // NoDelay avoids any internal waiting. NoDelay = time.Duration(0) // NoLimit is used for limit and means endless (circular) data. NoLimit = 0 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.