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

Struct Service

api/dataservices/schedule/schedule.go:12–14  ·  view source on GitHub ↗

Service represents a service for managing schedule data.

Source from the content-addressed store, hash-verified

10
11// Service represents a service for managing schedule data.
12type Service struct {
13 connection portainer.Connection
14}
15
16func (service *Service) BucketName() string {
17 return BucketName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected