Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var App = fx.Options( fx.Module( module, fx.Decorate( func(l logger.Logger) logger.Logger { return l.WithScope(module) }, ), fx.Provide( fx.Private, fx.Annotate( mongorepo.New, fx.As(new(service.DbRepository)), ), ), fx.Provide( fx.Annotate(service.New, fx.As(new(rulesv1.RuleServiceServer)), ), fx.Annotate(service.New, fx.As(new(interceptor.Scoper)), fx.ResultTags(`group:"scopers"`), ), ), ), )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.