package
0.5.0
Repository: https://github.com/mikunalpha/goas.git
Documentation: pkg.go.dev

# Functions

GetCat returns cat object @Title Get Cat @Description Return cat object @Param id path int32 true "Cat ID" @Success 200 {object} CatResp "Cat" @Failure 500 {object} ErrResp "Error" @Resource cat @Router /apis/v1/cats/{id} [get].
GetCat returns cats @Title Get Cats @Description Return cats @Success 200 {object} CatsResp "Cats" @Failure 500 {object} ErrResp "Error" @Resource cat @Router /apis/v1/cats [get].
No description provided by the author
PostCat creates cat object @Title Post Cat @Description Create cat object @Param cat body CatReq true "Cat" @Success 200 {object} CatResp "Cat" @Failure 500 {object} ErrResp "Error" @Resource cat @Router /apis/v1/cat [post].

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author