Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{ CacheSize: pointer.Int(1000), Path: "", }
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { CacheSize *int `json:"cacheSize,omitempty"` Path string `json:"path,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.