Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct { }
func (*AuthController) Login_Get ¶
func (c *AuthController) Login_Get(ctx *fiber.Ctx) error
func (*AuthController) Login_Post ¶
func (c *AuthController) Login_Post(ctx *fiber.Ctx) error
func (*AuthController) Register_Get ¶
func (c *AuthController) Register_Get(ctx *fiber.Ctx) error
func (*AuthController) Register_Post ¶
func (c *AuthController) Register_Post(ctx *fiber.Ctx) error
type FeedController ¶
type FeedController struct { }
func (*FeedController) Feed_Get ¶
func (c *FeedController) Feed_Get(ctx *fiber.Ctx) error
type HomeController ¶
type HomeController struct { }
func (*HomeController) Home_Get ¶
func (c *HomeController) Home_Get(ctx *fiber.Ctx) error
type PostsController ¶
type PostsController struct { }
func (*PostsController) NewPost_Get ¶
func (c *PostsController) NewPost_Get(ctx *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.