Documentation ¶ Index ¶ func BuildAppPrivateRoutes(db *gorm.DB, redisDB *redis.Pool, jwtToken jwt_token.JwtToken, ...) []*route.Route func BuildAppPublicRoutes(db *gorm.DB, redisDB *redis.Pool, jwtToken jwt_token.JwtToken, ...) []*route.Route Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildAppPrivateRoutes ¶ func BuildAppPrivateRoutes(db *gorm.DB, redisDB *redis.Pool, jwtToken jwt_token.JwtToken, scheduler scheduler.Scheduler, paymentGateway payment.PaymentGateway) []*route.Route func BuildAppPublicRoutes ¶ func BuildAppPublicRoutes(db *gorm.DB, redisDB *redis.Pool, jwtToken jwt_token.JwtToken, scheduler scheduler.Scheduler, paymentGateway payment.PaymentGateway) []*route.Route Types ¶ This section is empty. Source Files ¶ View all Source files app.go Click to show internal directories. Click to hide internal directories.