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

Method CreateNewBundle

src/controller/bundle_controller.go:16–16  ·  view source on GitHub ↗
(c *fiber.Ctx)

Source from the content-addressed store, hash-verified

14type BundleController interface {
15 UploadBundle(c *fiber.Ctx) error
16 CreateNewBundle(c *fiber.Ctx) error
17 GetAllByVersionId(c *fiber.Ctx) error
18 ToggleMandatory(c *fiber.Ctx) error
19 Rollback(c *fiber.Ctx) error

Callers 1

CreateNewBundleMethod · 0.65

Implementers 1

bundleControllerImplsrc/controller/bundle_controller.go

Calls

no outgoing calls

Tested by

no test coverage detected