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

Interface BundleController

src/controller/bundle_controller.go:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
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
20 ToggleActive(c *fiber.Ctx) error
21}
22
23type bundleControllerImpl struct {
24 bundleService service.BundleService

Callers 6

UploadBundleMethod · 0.65
CreateNewBundleMethod · 0.65
GetBundlesByVersionIdMethod · 0.65
ToggleMandatoryMethod · 0.65
RollbackMethod · 0.65
ToggleActiveMethod · 0.65

Implementers 1

bundleControllerImplsrc/controller/bundle_controller.go

Calls

no outgoing calls

Tested by

no test coverage detected