MCPcopy
hub / github.com/IceWhaleTech/CasaOS / store

Struct store

service/service.go:70–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type store struct {
71 peer PeerService
72 db *gorm.DB
73 casa CasaService
74 notify NotifyServer
75 rely RelyService
76 system SystemService
77 shares SharesService
78 connections ConnectionsService
79 gateway external.ManagementService
80 storage StorageService
81 health HealthService
82 other OtherService
83}
84
85func (c *store) Storage() StorageService {
86 return c.storage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected