add create, pull, and push

This commit is contained in:
Patrick Devine
2023-07-14 16:28:55 -07:00
parent 48be78438a
commit 6e2be5a8a0
3 changed files with 114 additions and 12 deletions

View File

@@ -116,7 +116,7 @@ func pull(c *gin.Context) {
c.JSON(http.StatusInternalServerError, gin.H{"error": err.Error()})
return
}
}
}()
streamResponse(c, ch)
}