Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisController ¶
type RedisController struct {
// contains filtered or unexported fields
}
func NewRedisController ¶
func NewRedisController(rdb *redis.Client) *RedisController
func (*RedisController) RedisControllerGet ¶
func (n *RedisController) RedisControllerGet(c *fiber.Ctx) error
func (*RedisController) RedisControllerPing ¶
func (n *RedisController) RedisControllerPing(c *fiber.Ctx) error
@Summary API @Description Returns a Pong if api is running correctly @Tags Ping Pong @Produce plain @Success 200 return Pong @Router /api/ [get]
func (*RedisController) RedisControllerPost ¶
func (n *RedisController) RedisControllerPost(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.