Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBodyProcessor ¶
func GetBodyProcessor(name string) (plugintypes.BodyProcessor, error)
GetBodyProcessor returns a body processor by name If the body processor is not found, it returns an error
func RegisterBodyProcessor ¶
func RegisterBodyProcessor(name string, fn func() plugintypes.BodyProcessor)
RegisterBodyProcessor registers a body processor by name. If the body processor is already registered, it will be overwritten
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.