summaryrefslogtreecommitdiff
path: root/internal/api/client/list/listsgets.go
blob: fd695454bc8d9a4496adaad8b575f5887c8aaaf1 (plain)
1
2
3
4
5
6
7
8
package list

import "github.com/gin-gonic/gin"

// ListsGETHandler returns a list of lists created by/for the authed account
func (m *Module) ListsGETHandler(c *gin.Context) {

}