Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(p ServiceParams) *Service
func (*Service) SelectOptions ¶
SelectOptions returns a list of select options for us states.
type ServiceParams ¶
type ServiceParams struct { fx.In Logger *logger.Logger Repo repositories.UsStateRepository }
Click to show internal directories.
Click to hide internal directories.