Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{
FromPath: "",
ToPath: "",
Encoding: "base64",
}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { FromPath string `json:"fromPath,omitempty"` ToPath string `json:"toPath,omitempty"` Encoding string `json:"encoding,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.