-
-
Save poteto0/2b48f85cb5baeacc348214810c696847 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// GetFunc godoc | |
// | |
// @Summary Func情報の取得 | |
// @Accept json | |
// @Produce json | |
// @Param id path int false "ID" | |
// @Success 200 {object} model.Func | |
// @Router /funcs/{id} [get] | |
func GetFunc(c echo.Context) error { | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment