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 booking service.
NewInstrumentingService returns an instance of an instrumenting Service.
NewLoggingService returns a new instance of a logging Service.
NewService creates a booking service with necessary dependencies.

# Variables

ErrInvalidArgument is returned when one or more arguments are invalid.

# Structs

Cargo is a read model for booking views.
Location is a read model for booking views.

# Interfaces

Service is the interface that provides booking methods.