Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Path string `json:"path,omitempty"` Ttl *int `json:"ttl,omitempty"` // ttl in MS NanoFactor *int `json:"nanoFactor,omitempty"` // factor to convert timestamp to nano seconds Disabled *bool `json:"disabled,omitempty"` }
Config can be passed into NewFilter() in order to configure the behavior of the sender.
func (Config) WithDefaults ¶
Click to show internal directories.
Click to hide internal directories.