Documentation ¶
Index ¶
- func ProvideAuthService(config env.ServiceConfig) core.AuthService
- func ProvideDataService(repository repo.SneakerProductRepository, auth core.AuthService, ...) service.SneakerProductService
- func ProvideEndpointRouter(handler *rest.Handler) chi.Router
- func ProvideGRPCGatewayHandler(service service.SneakerProductService, auth core.AuthService) *gRPC.Handler
- func ProvideRESTGatewayHandler(service service.SneakerProductService, auth core.AuthService, ...) *rest.Handler
- func ProvideRepository(config env.ServiceConfig) repo.SneakerProductRepository
- func ProvideServer(config env.ServiceConfig, router chi.Router, handler *gRPC.Handler) core.Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProvideAuthService ¶
func ProvideAuthService(config env.ServiceConfig) core.AuthService
func ProvideDataService ¶
func ProvideDataService(repository repo.SneakerProductRepository, auth core.AuthService, config env.ServiceConfig) service.SneakerProductService
func ProvideGRPCGatewayHandler ¶
func ProvideGRPCGatewayHandler(service service.SneakerProductService, auth core.AuthService) *gRPC.Handler
func ProvideRESTGatewayHandler ¶
func ProvideRESTGatewayHandler(service service.SneakerProductService, auth core.AuthService, config env.ServiceConfig) *rest.Handler
func ProvideRepository ¶
func ProvideRepository(config env.ServiceConfig) repo.SneakerProductRepository
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.