Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatchersRepository ¶
type CatchersRepository interface { Create(catcher Catcher) (int, error) SearchByLicensePlateNumber(groupID, licensePlateNumber string) ([]Catcher, error) IncreaseWildCatcher(licensePlateNumber string) (int, error) }
func NewCatcherRepository ¶
func NewCatcherRepository() CatchersRepository
type WildCatcher ¶
Click to show internal directories.
Click to hide internal directories.