initial commit
This commit is contained in:
8
internal/infrastructure/interfaceadapters/services.go
Normal file
8
internal/infrastructure/interfaceadapters/services.go
Normal file
@ -0,0 +1,8 @@
|
||||
// Package adapters aggregates all external services and it's implementations.
|
||||
package adapters
|
||||
|
||||
type Services struct{}
|
||||
|
||||
func NewServices() Services {
|
||||
return Services{}
|
||||
}
|
||||
Reference in New Issue
Block a user