Documentation ¶
Overview ¶
Package dumb provides the policy which does not control non-deternimism
Index ¶
Constants ¶
View Source
const Name = "dumb"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dumb ¶
type Dumb struct { // parameter "interval" Interval time.Duration // contains filtered or unexported fields }
func (*Dumb) ActionChan ¶
func (*Dumb) LoadConfig ¶
parameters:
- interval(duration): interval (default: 0 msecs)
should support dynamic reloading
func (*Dumb) QueueEvent ¶
func (*Dumb) SetHistoryStorage ¶
func (d *Dumb) SetHistoryStorage(storage historystorage.HistoryStorage) error
Click to show internal directories.
Click to hide internal directories.