package
1.4.4
Repository: https://github.com/tsmweb/go-helper-api.git
Documentation: pkg.go.dev

# Functions

Close closes the event communication channel and the Apache Kafka producer.
Init creates a new producer for Apache Kafka and initializes the routines for sending events.
New creates an Event instance.
Send sends the event to the Apache Kafka topic.

# Constants

Debug represents a debug event.
Error represents an error event.
Info represents an information event.
Warning represents a warning event.

# Variables

No description provided by the author
No description provided by the author

# Structs

Event structure represents an event log.

# Type aliases

EventType represents the event type ("info", "debug", "warning", ...).