MCPcopy
hub / github.com/caprover/caprover / IOneClickAppIdentifier

Interface IOneClickAppIdentifier

src/routes/user/oneclick/OneClickAppRouter.ts:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 CaptainConstants.configs.version
21
22interface IOneClickAppIdentifier {
23 baseUrl: string
24 isOfficial: boolean
25 name: string
26 displayName: string
27 description: string
28 logoUrl: string
29}
30
31router.post('/repositories/insert', function (req, res, next) {
32 const dataStore =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected