Documentation ¶
Index ¶
- type FileOutput
- func (out *FileOutput) GetNameByIP(ip string) string
- func (out *FileOutput) Init(beat string, config outputs.MothershipConfig, topology_expire int) error
- func (out *FileOutput) PublishEvent(ts time.Time, event common.MapStr) error
- func (out *FileOutput) PublishIPs(name string, localAddrs []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileOutput ¶
type FileOutput struct {
// contains filtered or unexported fields
}
func (*FileOutput) GetNameByIP ¶
func (out *FileOutput) GetNameByIP(ip string) string
func (*FileOutput) Init ¶
func (out *FileOutput) Init(beat string, config outputs.MothershipConfig, topology_expire int) error
func (*FileOutput) PublishEvent ¶
func (*FileOutput) PublishIPs ¶
func (out *FileOutput) PublishIPs(name string, localAddrs []string) error
Click to show internal directories.
Click to hide internal directories.