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

Struct Service

api/dataservices/endpoint/endpoint.go:17–22  ·  view source on GitHub ↗

Service represents a service for managing environment(endpoint) data.

Source from the content-addressed store, hash-verified

15
16// Service represents a service for managing environment(endpoint) data.
17type Service struct {
18 connection portainer.Connection
19 mu sync.RWMutex
20 idxEdgeID map[string]portainer.EndpointID
21 heartbeats sync.Map
22}
23
24func (service *Service) BucketName() string {
25 return BucketName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected