Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
App *echo.Echo
GraphQLHandler *graphql.GraphQLHandler
UserHandler *user.UserHandlerImpl
VenueHandler *venue.VenueHandlerImpl
EventHandler *event.EventHandlerImpl
TicketHandler *ticket.TicketHandlerImpl
OrderHandler *order.OrderHandlerImpl
PaymentHandler *payment.PaymentHandlerImpl
AuthMiddleware echo.MiddlewareFunc
Routes *route.Config
}
func (*Config) BuildRoutes ¶
func (c *Config) BuildRoutes()
Click to show internal directories.
Click to hide internal directories.