mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 12:14:46 -04:00
Format code
This commit is contained in:
parent
2c26072560
commit
7309a435c5
@ -190,7 +190,7 @@ func (h *Handler) GetAudioSegment(c echo.Context) error {
|
|||||||
|
|
||||||
// Identify
|
// Identify
|
||||||
//
|
//
|
||||||
// Identify metadata about a file
|
// Identify metadata about a file.
|
||||||
//
|
//
|
||||||
// Path: /:resource/:slug/info
|
// Path: /:resource/:slug/info
|
||||||
func (h *Handler) GetInfo(c echo.Context) error {
|
func (h *Handler) GetInfo(c echo.Context) error {
|
||||||
@ -212,7 +212,7 @@ func (h *Handler) GetInfo(c echo.Context) error {
|
|||||||
|
|
||||||
// Get attachments
|
// Get attachments
|
||||||
//
|
//
|
||||||
// Get a specific attachment
|
// Get a specific attachment.
|
||||||
//
|
//
|
||||||
// Path: /:sha/attachment/:name
|
// Path: /:sha/attachment/:name
|
||||||
func (h *Handler) GetAttachment(c echo.Context) error {
|
func (h *Handler) GetAttachment(c echo.Context) error {
|
||||||
@ -238,7 +238,7 @@ func (h *Handler) GetAttachment(c echo.Context) error {
|
|||||||
|
|
||||||
// Get subtitle
|
// Get subtitle
|
||||||
//
|
//
|
||||||
// Get a specific subtitle
|
// Get a specific subtitle.
|
||||||
//
|
//
|
||||||
// Path: /:sha/subtitle/:name
|
// Path: /:sha/subtitle/:name
|
||||||
func (h *Handler) GetSubtitle(c echo.Context) error {
|
func (h *Handler) GetSubtitle(c echo.Context) error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user