Documentation ¶
Index ¶
- Constants
- type Config
- type GlobalNotifieKafka
- func (m *GlobalNotifieKafka) Close() error
- func (m *GlobalNotifieKafka) GetConfig() interface{}
- func (m *GlobalNotifieKafka) GetGroup() core.ModuleGroup
- func (m *GlobalNotifieKafka) GetName() string
- func (m *GlobalNotifieKafka) GetType() core.ModuleType
- func (m *GlobalNotifieKafka) InitModule(_cfg interface{}) error
- func (m *GlobalNotifieKafka) InitPipe(w io.Writer, r io.Reader) error
- func (m *GlobalNotifieKafka) Run(ctx context.Context) error
Constants ¶
View Source
const ( GROUP_NAME = "global" TYPE_NAME = "notifier" MODULE_NAME = "kafka" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalNotifieKafka ¶
GlobalNotifieKafka represends ...
func (*GlobalNotifieKafka) Close ¶
func (m *GlobalNotifieKafka) Close() error
Close closes compressor
func (*GlobalNotifieKafka) GetConfig ¶
func (m *GlobalNotifieKafka) GetConfig() interface{}
GetConfig returns module config
func (*GlobalNotifieKafka) GetGroup ¶
func (m *GlobalNotifieKafka) GetGroup() core.ModuleGroup
GetGroup returns group of the module
func (*GlobalNotifieKafka) GetName ¶
func (m *GlobalNotifieKafka) GetName() string
GetName returns name of the module
func (*GlobalNotifieKafka) GetType ¶
func (m *GlobalNotifieKafka) GetType() core.ModuleType
GetType returns group of the module
func (*GlobalNotifieKafka) InitModule ¶
func (m *GlobalNotifieKafka) InitModule(_cfg interface{}) error
InitModule initializes module
Click to show internal directories.
Click to hide internal directories.