links

package
v0.0.0-...-93a5afe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterRoutes

func RegisterRoutes(app *fiber.App, db *gorm.DB)

Types

type AddLinkRequestBody

type AddLinkRequestBody struct {
	Title       string `json:"title"`
	LinkAddress string `json:"linkAddress"`
	Tags        string `json:"tags"`
}

type UpdateLinkRequestBody

type UpdateLinkRequestBody struct {
	Title       string `json:"title"`
	LinkAddress string `json:"linkAddress"`
	Tags        string `json:"tags"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL