tagging

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: May 4, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleAddTagToMytoken

func HandleAddTagToMytoken(ctx *fiber.Ctx) error

HandleAddTagToMytoken handles requests to add a tag to a mytoken

func HandleRemoveTagFromMytoken

func HandleRemoveTagFromMytoken(ctx *fiber.Ctx) error

HandleRemoveTagFromMytoken handles requests to remove a tag from a mytoken

Types

type AddTagToMytokenRequest

type AddTagToMytokenRequest struct {
	api.AddTagToMytokenRequest
	Mytoken universalmytoken.UniversalMytoken `json:"mytoken" xml:"mytoken" form:"mytoken"`
	MomID   mtid.MOMID                        `json:"mom_id" xml:"mom_id" form:"mom_id"`
}

AddTagToMytokenRequest holds the request for adding a tag to a mytoken

type RemoveTagFromMytokenRequest

type RemoveTagFromMytokenRequest struct {
	api.RemoveTagFromMytokenRequest
	Mytoken universalmytoken.UniversalMytoken `json:"mytoken" xml:"mytoken" form:"mytoken"`
	MomID   mtid.MOMID                        `json:"mom_id" xml:"mom_id" form:"mom_id"`
}

RemoveTagFromMytokenRequest holds the request for removing a tag from a mytoken

Jump to

Keyboard shortcuts

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