Documentation
¶
Index ¶
Constants ¶
View Source
const ( CommonFieldsName = "CommonFields" TagName = "mapstructure" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonFields ¶
type CommonFields struct { // PipeName indicates which pipe it belongs to. PipeName string `mapstructure:"pipe_name"` }
CommonFields defines some common fields for every module or plugin.
Click to show internal directories.
Click to hide internal directories.