Categorygithub.com/kubeapps/ratesvc
modulepackage
0.4.0
Repository: https://github.com/kubeapps/ratesvc.git
Documentation: pkg.go.dev

# README

CircleCI

RateSvc

RateSvc is a service for KubeApps Hub that stores and retrieves stars and comments for items.

# Packages

Package response implements helpers for JSON responses.
No description provided by the author

# Functions

CreateComment creates a comment and appends the comment to the item.Comments array.
DeleteComment delete's an existing comment.
GetComments returns a list of comments.
GetStars returns a list of starred items.
UpdateStar updates the HasStarred attribute on an item.

# Structs

User represents user info.

# Type aliases

Params a key-value map of path params.
WithParams can be used to wrap handlers to take an extra arg for path params.