package
0.0.0
Repository: https://github.com/richardknop/example-api.git
Documentation: pkg.go.dev

# Functions

NewAdapter starts a new Adapter instance.
NewService starts a new Service instance.
RegisterRoutes registers route handlers for the accounts service.

# Variables

ErrAccountMismatch ...

# Structs

Adapter ...
AdapterMock is a mocked object implementing AdapterInterface.
ProfilePicture ...
ProfilePictureData ...
Service struct keeps objects to avoid passing them around.
UserProfile ...

# Interfaces

AdapterInterface defines exported methods.
ServiceInterface defines exported methods.