Documentation ¶
Index ¶
- func AddFilter(key string, f filterFunc)
- func AddInput(key string, i inputFunc)
- func AddKeykeeper(key string, p keykeeperFunc)
- func AddOutput(key string, o outputFunc)
- func AddParser(key string, p parserFunc)
- func AddProcessor(key string, p processorFunc)
- func AddSerializer(key string, p serializerFunc)
- func GetFilter(key string) (filterFunc, bool)
- func GetInput(key string) (inputFunc, bool)
- func GetKeykeeper(key string) (keykeeperFunc, bool)
- func GetOutput(key string) (outputFunc, bool)
- func GetParser(key string) (parserFunc, bool)
- func GetProcessor(key string) (processorFunc, bool)
- func GetSerializer(key string) (serializerFunc, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddKeykeeper ¶
func AddKeykeeper(key string, p keykeeperFunc)
func AddProcessor ¶
func AddProcessor(key string, p processorFunc)
func AddSerializer ¶
func AddSerializer(key string, p serializerFunc)
func GetKeykeeper ¶
func GetProcessor ¶
func GetSerializer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.