Documentation ¶ Index ¶ Variables func New(o *Options, logger *zap.Logger, hs *http.Server) (*app.Application, error) type Options func NewOptions(v *viper.Viper, logger *zap.Logger) (*Options, error) Constants ¶ This section is empty. Variables ¶ View Source var ProviderSet = wire.NewSet(New, NewOptions) ProviderSet is a provider set for wire Functions ¶ func New ¶ func New(o *Options, logger *zap.Logger, hs *http.Server) (*app.Application, error) New serve caller to create an *app.Application Types ¶ type Options ¶ type Options struct { Name string } Options declare options configuration func NewOptions ¶ func NewOptions(v *viper.Viper, logger *zap.Logger) (*Options, error) NewOptions serve caller to create Options Source Files ¶ View all Source files app.go Directories ¶ Show internal Expand all Path Synopsis api activity health user biz activity activity/mocks activity/repo activity/repo/mocks health health/mocks health/repo health/repo/mocks user user/mocks user/repo user/repo/mocks Click to show internal directories. Click to hide internal directories.