MCPcopy Create free account
hub / github.com/SwishHQ/spread / NewBundleController

Function NewBundleController

src/controller/bundle_controller.go:27–29  ·  view source on GitHub ↗
(bundleService service.BundleService)

Source from the content-addressed store, hash-verified

25}
26
27func NewBundleController(bundleService service.BundleService) BundleController {
28 return &bundleControllerImpl{bundleService: bundleService}
29}
30
31func (bundleController *bundleControllerImpl) UploadBundle(c *fiber.Ctx) error {
32 authKey := c.Locals("authKey").(*model.AuthKey)

Callers 1

serveFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected