Documentation ¶
Index ¶
- func CreateUser(c *gin.Context)
- func DeleteComment(c *gin.Context)
- func DeletePost(c *gin.Context)
- func DeleteTask(c *gin.Context)
- func DeleteUser(c *gin.Context)
- func DoNothing(c *gin.Context)
- func GetDreamAddresses(c *gin.Context)
- func GetGroups(c *gin.Context)
- func GetRoles(c *gin.Context)
- func GetUser(c *gin.Context)
- func GetUsers(c *gin.Context)
- func GuestTotal(c *gin.Context)
- func ListComments(c *gin.Context)
- func ListGuestsByDay(c *gin.Context)
- func ListPostComments(c *gin.Context)
- func ListPosts(c *gin.Context)
- func ListPresences(c *gin.Context)
- func ListTasks(c *gin.Context)
- func PatchUser(c *gin.Context)
- func PatchUserRoles(c *gin.Context)
- func PutComment(c *gin.Context)
- func PutPost(c *gin.Context)
- func PutPresence(c *gin.Context)
- func PutTask(c *gin.Context)
- func ReadPost(c *gin.Context)
- func ReadPresence(c *gin.Context)
- func UpdateUser(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUser ¶
func DeleteComment ¶
DeleteComment definitively removes a comment from the repository
func DeletePost ¶
DeletePost definitively removes a post from the repository
func DeleteTask ¶
DeleteTask definitively removes a task from the repository
func DeleteUser ¶
func GetDreamAddresses ¶
func GuestTotal ¶
func ListComments ¶
ListComments retrieves all comments, potentially filtered by the passed parentId.
func ListGuestsByDay ¶
func ListPostComments ¶
ListPostComments retrieves the comment for a given post
func PatchUserRoles ¶
func PutComment ¶
PutComment simply creates or updates a comment in the document repository.
func PutPresence ¶
PutPresence simply creates or updates a guest presence in the document repository.
func ReadPresence ¶
func UpdateUser ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.