package
Version:
v0.0.0-...-f30c324
Opens a new window with list of versions in this module.
Published: Mar 17, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DeleteQuestion(c *fiber.Ctx) error
func DeleteVote(c *fiber.Ctx) error
func DownVote(c *fiber.Ctx) error
func NewPost(c *fiber.Ctx) error
func Setup(app fiber.Router)
func UpVote(c *fiber.Ctx) error
type RequestBody struct {
Title string `json:"title"`
Content string `json:"content"`
Tags_name []string `json:"tags_name"`
Tags_version []string `json:"tags_version"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.