mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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 metadata about a file
|
||||
// Identify metadata about a file.
|
||||
//
|
||||
// Path: /:resource/:slug/info
|
||||
func (h *Handler) GetInfo(c echo.Context) error {
|
||||
@ -212,7 +212,7 @@ func (h *Handler) GetInfo(c echo.Context) error {
|
||||
|
||||
// Get attachments
|
||||
//
|
||||
// Get a specific attachment
|
||||
// Get a specific attachment.
|
||||
//
|
||||
// Path: /:sha/attachment/:name
|
||||
func (h *Handler) GetAttachment(c echo.Context) error {
|
||||
@ -238,7 +238,7 @@ func (h *Handler) GetAttachment(c echo.Context) error {
|
||||
|
||||
// Get subtitle
|
||||
//
|
||||
// Get a specific subtitle
|
||||
// Get a specific subtitle.
|
||||
//
|
||||
// Path: /:sha/subtitle/:name
|
||||
func (h *Handler) GetSubtitle(c echo.Context) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user