Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct {
// contains filtered or unexported fields
}
Content represents the original, and the processed content. `original` is set when the message is created, and can't be changed - just read, while `Processed` is consumed and modified by `Processor`s.
func (*Content) GetOriginal ¶
GetOriginal returns the original, non-modified content.
func (*Content) GetProcessed ¶
GetProcessed returns the content to be processed.
func (*Content) SetProcessed ¶
SetProcessed sets the processed content.
Click to show internal directories.
Click to hide internal directories.