message

package
v0.0.0-...-40c2f70 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2021 License: GPL-3.0 Imports: 0 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 interface {
	Tag(tag string) Message
	Tags(tags []string) Message
	FieldInt(key string, field int) Message
	FieldString(key string, field string) Message
	FieldFloat64(key string, field float64) Message
	FieldFloat32(key string, field float32) Message
	Fields(mapOfFields map[string]interface{}) Message
	Write() (err error)
	String() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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