Initial commit
This commit is contained in:
12
internal/config/app.go
Normal file
12
internal/config/app.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
logging "payouts/internal/log/config"
|
||||
monitoring "payouts/internal/service/monitoring/config"
|
||||
)
|
||||
|
||||
type App struct {
|
||||
Server Server
|
||||
Metrics monitoring.Metrics
|
||||
Log logging.Log
|
||||
}
|
||||
Reference in New Issue
Block a user