lint: comment exported function

This commit is contained in:
A.Unger
2021-09-07 13:34:05 +02:00
parent 81c56685ec
commit f406c7efd1

View File

@@ -134,6 +134,7 @@ func (g Graph) GetRootDriveChildren(w http.ResponseWriter, r *http.Request) {
render.JSON(w, r, &listResponse{Value: files})
}
// CreateDrive creates a storage drive (space).
func (g Graph) CreateDrive(w http.ResponseWriter, r *http.Request) {
us, ok := ctxpkg.ContextGetUser(r.Context())
if !ok {