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