Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller definition.
func NewController ¶
func NewController(cfg *config.ServiceConfiguration, processor processor.ProcessorFunc, repository *storage.Repository, postgresRepository *storage.PostgresRepository, logger *zap.Logger) *Controller
NewController creates a Controller instance. func NewController(repository *Repository, processor processor.ProcessorFunc, logger *zap.Logger) *Controller {
func (*Controller) Process ¶
func (c *Controller) Process(ctx *fiber.Ctx) error
Process processes the VAA message.
Click to show internal directories.
Click to hide internal directories.