rest

package
v0.0.0-...-243e215 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2025 License: GPL-3.0 Imports: 14 Imported by: 0

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

type MappingsHandler interface {
	Create(c *gin.Context)
}

func NewMappingsHandler

func NewMappingsHandler(
	mappingRepository mongo.MappingRepository,
) MappingsHandler

type PingHandler

type PingHandler interface {
	Ping(c *gin.Context)
}

func NewPingHandler

func NewPingHandler() PingHandler

type ProfilesHandler

type ProfilesHandler interface {
	Get(c *gin.Context)
}

func NewProfilesHandler

func NewProfilesHandler(
	profileRepository mongo.ProfileRepository,
) ProfilesHandler

type UpdatesHandler

type UpdatesHandler interface {
	Get(c *gin.Context)
}

func NewUpdatesHandler

func NewUpdatesHandler(updateRepository mongo.UpdateRepository) UpdatesHandler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL