//
pkg.gl
Category
github.com/katzien/go-structure-examples
new
adding
package
0.0.0-20230224013745-aa5bd6bf7a18
Repository:
https://github.com/katzien/go-structure-examples.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
5
Files
56 SLOC
#
Functions
NewService
NewService creates an adding service with the necessary dependencies.
#
Variables
ErrDuplicate
ErrDuplicate is used when a beer already exists.
#
Structs
Beer
Beer defines the properties of a beer to be added.
#
Interfaces
Repository
Repository provides access to beer repository.
Service
Service provides beer adding operations.