MCPcopy
hub / github.com/portainer/portainer / Service

Struct Service

api/dataservices/edgestack/edgestack.go:14–19  ·  view source on GitHub ↗

Service represents a service for managing Edge stack data.

Source from the content-addressed store, hash-verified

12
13// Service represents a service for managing Edge stack data.
14type Service struct {
15 connection portainer.Connection
16 idxVersion map[portainer.EdgeStackID]int
17 mu sync.RWMutex
18 cacheInvalidationFn func(portainer.Transaction, portainer.EdgeStackID)
19}
20
21func (service *Service) BucketName() string {
22 return BucketName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected