// Package adapters aggregates all external services and it's implementations. package adapters type Services struct{} func NewServices() Services { return Services{} }