Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{ Path: ".", Schema: map[string]interface{}{}, }
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Path string `json:"path,omitempty"`
Schema interface{} `json:"schema,omitempty"`
}
Config can be passed into NewFilter() in order to configure the behavior of the sender.
func (Config) WithDefaults ¶
WithDefaults will set default values
Click to show internal directories.
Click to hide internal directories.