input

package
v5.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

type Parser

type Parser interface {
	ParseLine(line string) (Message, error)
}

func NewCsvParser

func NewCsvParser(key string, separator string) Parser

func NewJSONParser

func NewJSONParser() Parser

Jump to

Keyboard shortcuts

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