Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressOverview ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewRepository ¶
func NewRepository(db *mongo.Database, logger *zap.Logger) *Repository
func (*Repository) GetAddressOverview ¶
func (r *Repository) GetAddressOverview(ctx context.Context, params *GetAddressOverviewParams) (*AddressOverview, error)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(r *Repository, logger *zap.Logger) *Service
func (*Service) GetAddressOverview ¶
func (s *Service) GetAddressOverview( ctx context.Context, address string, pagination *pagination.Pagination, ) (*response.Response[*AddressOverview], error)
Click to show internal directories.
Click to hide internal directories.