| 10 | ) |
| 11 | |
| 12 | type ServiceTx struct { |
| 13 | dataservices.BaseDataServiceTx[portainer.Stack, portainer.StackID] |
| 14 | } |
| 15 | |
| 16 | // StackByName returns a stack object by name. |
| 17 | func (service ServiceTx) StackByName(name string) (*portainer.Stack, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected