MCPcopy Create free account
hub / github.com/SignTools/SignTools / App

Interface App

src/storage/app.go:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type App interface {
29 GetId() string
30 IsSigned() (bool, error)
31 GetModTime() (time.Time, error)
32 ResetModTime() error
33 delete() error
34 FileSystem
35}
36
37func loadApp(id string) App {
38 return newApp(id)

Callers 17

renderInstallFunction · 0.65
set2FAFunction · 0.65
deleteAppFunction · 0.65
makeManifestFunction · 0.65
startSignFunction · 0.65
logErrAppFunction · 0.65
renderIndexFunction · 0.65
NewMethod · 0.65
renderIndexFunction · 0.65
writeFileResponseFunction · 0.65
renderIndexFunction · 0.65
GetAllMethod · 0.65

Implementers 1

appsrc/storage/app.go

Calls

no outgoing calls

Tested by

no test coverage detected