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

Struct Service

api/dataservices/stack/stack.go:16–18  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

14
15// Service represents a service for managing environment(endpoint) data.
16type Service struct {
17 dataservices.BaseDataService[portainer.Stack, portainer.StackID]
18}
19
20// NewService creates a new instance of a service.
21func NewService(connection portainer.Connection) (*Service, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected