package
0.0.0-20241223214030-968d722126d0
Repository: https://github.com/speakeasy-api/rest-template-go.git
Documentation: pkg.go.dev

# Functions

New will instantiate a new instance of Events.

# Constants

EventTypeUserCreated is triggered after a user has been successfully created.
EventTypeUserDeleted is triggered after a user has been successfully deleted.
EventTypeUserUpdated is triggered after a user has been successfully updated.
TopicUsers represents a topic for user entity events such as CRUD events.

# Structs

Events represents an implementation that can produce events.
UserEvent represents an event that occurs on a user entity.

# Type aliases

EventType represents the type of event that occurred.
Topic represents a topic in Kafka.