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 CounterReq ¶
type CounterReq struct { g.Meta `path:"/counter" tags:"Comment" method:"get" summary:"music counter"` *model.CounterInput }
CounterReq counter req
type HomeReq ¶
type HomeReq struct { g.Meta `path:"/comment" tags:"Comment" method:"get" summary:"music comment"` *model.HomeInput }
HomeReq struct
type RedirectReq ¶
type RedirectReq struct { g.Meta `path:"/music/:songID/:contentType" tags:"Comment" method:"get" summary:"music redirect"` *model.RedirectInput }
RedirectReq redirect req
Click to show internal directories.
Click to hide internal directories.