Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options(fx.Provide(New), fx.Invoke(InitMapProviderAPIKeys))
Functions ¶
func InitMapProviderAPIKeys ¶
func InitMapProviderAPIKeys(c *config.Configuration) error
Types ¶
type IServiceProvidersService ¶
type IServiceProvidersService interface { GetByID(ctx context.Context, id string) (*models.ServiceProvider, error) Get(ctx context.Context, serviceProviderRequestParams *models.ServiceProviderRequestParams) ([]models.ServiceProvider, error) Add(ctx context.Context, serviceProvider models.ServiceProvider) (string, error) }
func New ¶
func New(repo repository.IServiceProvidersRepo, cfg *config.Configuration) IServiceProvidersService
Click to show internal directories.
Click to hide internal directories.