Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchesHandler ¶
type BatchesHandler interface { GetBatchesByUserID(c *gin.Context) Validate(c *gin.Context) Import(c *gin.Context) Edit(c *gin.Context) Delete(c *gin.Context) }
func NewBatchesHandler ¶
func NewBatchesHandler(batchService service.BatchService) BatchesHandler
type MappingsHandler ¶
func NewMappingsHandler ¶
func NewMappingsHandler( mappingRepository mongo.MappingRepository, ) MappingsHandler
type PingHandler ¶
func NewPingHandler ¶
func NewPingHandler() PingHandler
type ProfilesHandler ¶
func NewProfilesHandler ¶
func NewProfilesHandler( profileRepository mongo.ProfileRepository, ) ProfilesHandler
type UpdatesHandler ¶
func NewUpdatesHandler ¶
func NewUpdatesHandler(updateRepository mongo.UpdateRepository) UpdatesHandler
Click to show internal directories.
Click to hide internal directories.