package
0.0.0-20211018195717-2a9a87fc8c4a
Repository: https://github.com/sora8d/heroku_bookstore_users_api.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
func Search(c *gin.Context) { status := c.Query("status") users, err := services.UsersService.SearchUser(status) if err != nil { c.JSON(err.Status(), err) return } c.JSON(http.StatusOK, users.Marshall((c.GetHeader("X-Public") == "true"))) } */.
No description provided by the author
No description provided by the author