Documentation ¶ Index ¶ type App func New(configReader io.Reader, logger logging.Logger, opts ...Option) (*App, error) func (app App) Run(ctx context.Context) error type Option func WithConcurrency(concurrency int) Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { // contains filtered or unexported fields } func New ¶ func New(configReader io.Reader, logger logging.Logger, opts ...Option) ( *App, error, ) func (App) Run ¶ func (app App) Run(ctx context.Context) error type Option ¶ type Option func(*App) func WithConcurrency ¶ func WithConcurrency(concurrency int) Option Source Files ¶ View all Source files app.goconfig.go Click to show internal directories. Click to hide internal directories.