v1

package
v0.0.0-...-0e46e86 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompatibleCountReq

type CompatibleCountReq struct {
	g.Meta `path:"/count" tags:"Comment" method:"get" summary:"music compatible counter"`
	*model.CounterInput
}

CompatibleCountReq compatible req

type CompatibleCountRes

type CompatibleCountRes struct {
	*model.CounterOutput
}

CompatibleCountRes compatible res

type CompatibleReq

type CompatibleReq struct {
	g.Meta `path:"/" tags:"Comment" method:"get" summary:"music compatible"`
	*model.HomeInput
}

CompatibleReq compatible req

type CompatibleRes

type CompatibleRes struct {
	*model.HomeOutput
}

CompatibleRes compatible res

type CounterReq

type CounterReq struct {
	g.Meta `path:"/counter" tags:"Comment" method:"get" summary:"music counter"`
	*model.CounterInput
}

CounterReq counter req

type CounterRes

type CounterRes struct {
	*model.CounterOutput
}

CounterRes counter res

type HomeReq

type HomeReq struct {
	g.Meta `path:"/comment" tags:"Comment" method:"get" summary:"music comment"`
	*model.HomeInput
}

HomeReq struct

type HomeRes

type HomeRes struct {
	*model.HomeOutput
}

HomeRes struct

type RedirectReq

type RedirectReq struct {
	g.Meta `path:"/music/:songID/:contentType" tags:"Comment" method:"get" summary:"music redirect"`
	*model.RedirectInput
}

RedirectReq redirect req

type RedirectRes

type RedirectRes struct {
	*model.RedirectOutput
}

RedirectRes redirect res

Jump to

Keyboard shortcuts

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