output

package
v1.2.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2021 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpJSON

type HttpJSON struct {
	Url string
	Tag string
	// contains filtered or unexported fields
}

func (*HttpJSON) Open

func (hj *HttpJSON) Open(url string) error

func (*HttpJSON) Request

func (hj *HttpJSON) Request(message *evtx.GoEvtxMap)

type Kafka

type Kafka struct {
	BrokerURLs string
	ClientID   string
	Topic      string
	Tag        string
	// contains filtered or unexported fields
}

func (*Kafka) Open

func (k *Kafka) Open(url string) error

func (*Kafka) Request

func (k *Kafka) Request(message *evtx.GoEvtxMap)

type Output

type Output interface {
	Open(url string) error
	Request(message *evtx.GoEvtxMap)
}

type TcpJSON

type TcpJSON struct {
	Tag string
	// contains filtered or unexported fields
}

func (*TcpJSON) Open

func (tj *TcpJSON) Open(url string) error

func (*TcpJSON) Request

func (tj *TcpJSON) Request(message *evtx.GoEvtxMap)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL