Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAddTagToMytoken ¶
HandleAddTagToMytoken handles requests to add a tag to a mytoken
func HandleRemoveTagFromMytoken ¶
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
Click to show internal directories.
Click to hide internal directories.