package api import "net/http" // TODO -- IMPLEMENT func (app *App) HandleListCharts(w http.ResponseWriter, r *http.Request) { // get the user id // create a client config using the app's helm/kubernetes agents // call the list charts method }