Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithLogger ¶
func WithLogger(logger *zap.SugaredLogger) func(*App) error
Types ¶
type App ¶
type App struct {
Config AppConfig
Logger *zap.SugaredLogger
// application
FollowService inbound.FollowService
// infrastructure
Publisher outbound.Publisher
Repository outbound.Repository
// presentation
HTTPServer http.Server
}
Click to show internal directories.
Click to hide internal directories.