eventtype

package
v0.60.1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package eventtype defines a custom format for event types.

Index

Constants

This section is empty.

Variables

EventFormat defines a custom format for Event.

Functions

This section is empty.

Types

type Event

type Event = any

type JSONEventEncoding

type JSONEventEncoding struct{}

JSONEventEncoding defines a custom JSON encoding for hexadecimal numbers.

func (JSONEventEncoding) DecodeJSON

func (JSONEventEncoding) DecodeJSON(d *jx.Decoder) (v Event, _ error)

DecodeJSON decodes a hexadecimal number from a JSON string.

func (JSONEventEncoding) EncodeJSON

func (JSONEventEncoding) EncodeJSON(e *jx.Encoder, v Event)

EncodeJSON encodes a hexadecimal number as a JSON string.

type TextEventEncoding

type TextEventEncoding struct{}

TextEventEncoding defines a custom text encoding for hexadecimal numbers.

func (TextEventEncoding) DecodeText

func (TextEventEncoding) DecodeText(s string) (v Event, _ error)

DecodeText decodes a hexadecimal number from a string.

func (TextEventEncoding) EncodeText

func (TextEventEncoding) EncodeText(v Event) string

EncodeText encodes a hexadecimal number as a string.

Jump to

Keyboard shortcuts

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