options

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2022 License: LGPL-2.1 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FluentOptions

type FluentOptions struct {
	MessagesReaderConfig  map[string]interface{}
	MessagesReaderFactory MessagesReaderFactory
	SharedKey             string
	Hostname              string
	Logger                *log.Logger
	Users                 func(string) []byte
	Debug                 bool
}

type FluentReader

type FluentReader struct {
	MessagesReaderFactory MessagesReaderFactory
}

type MessagesReader

type MessagesReader interface {
	ForwardMode(wire *wire.Wire, tag string) error
	PackedForwardMode(tag string, blob []byte, opt *msg.Option) error
	MessageMode(wire *wire.Wire, tag string) error
}

type MessagesReaderFactory

type MessagesReaderFactory func(log *log.Logger, cfg map[string]interface{}) MessagesReader

type Session

type Session struct {
	Logger *log.Logger
	Reader *FluentReader
}

Jump to

Keyboard shortcuts

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