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

Method CheckUpdate

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

Source from the content-addressed store, hash-verified

11
12type ClientController interface {
13 CheckUpdate(c *fiber.Ctx) error
14 ReportStatusDeploy(c *fiber.Ctx) error
15 ReportStatusDownload(c *fiber.Ctx) error
16}

Callers 1

CheckUpdateMethod · 0.65

Implementers 2

clientControllersrc/controller/client_controller.go
clientServicesrc/service/client_service.go

Calls

no outgoing calls

Tested by

no test coverage detected