package
0.0.0-20211116124531-e18c82edc2f9
Repository: https://github.com/go-kit/examples.git
Documentation: pkg.go.dev

# Functions

MakeHandler returns a handler for the handling service.
NewEventHandler returns a new instance of a EventHandler.
NewInstrumentingService returns an instance of an instrumenting Service.
NewLoggingService returns a new instance of a logging Service.
NewService creates a handling event service with necessary dependencies.

# Variables

ErrInvalidArgument is returned when one or more arguments are invalid.

# Interfaces

EventHandler provides a means of subscribing to registered handling events.
Service provides handling operations.