Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application holds app settings and meta
func New ¶
func New( config *config.AppConfig, logger *zap.SugaredLogger, bs *bucketstorage.BucketStorage, ) *Application
func (*Application) Run ¶
func (app *Application) Run(ctx context.Context)
func (*Application) Shutdown ¶
func (app *Application) Shutdown()
Click to show internal directories.
Click to hide internal directories.