MCPcopy
hub / github.com/larksuite/cli / NewAppStore

Function NewAppStore

shortcuts/apps/gitcred/store.go:35–37  ·  view source on GitHub ↗
(appID string, storage AppStorage)

Source from the content-addressed store, hash-verified

33}
34
35func NewAppStore(appID string, storage AppStorage) *Store {
36 return &Store{appID: appID, storage: storage}
37}
38
39func NewStoreAt(path string) *Store {
40 return &Store{path: path}

Calls

no outgoing calls