package
0.0.0-20230224013745-aa5bd6bf7a18
Repository: https://github.com/katzien/go-structure-examples.git
Documentation: pkg.go.dev

# Functions

NewService creates an adding service with the necessary dependencies.

# Variables

ErrDuplicate is used when a beer already exists.

# Structs

Beer defines the properties of a beer to be added.

# Interfaces

Repository provides access to beer repository.
Service provides beer adding operations.