Interface
CustomTemplateService
CustomTemplateService represents a service to manage custom templates
Source from the content-addressed store, hash-verified
| 53 | |
| 54 | // CustomTemplateService represents a service to manage custom templates |
| 55 | CustomTemplateService interface { |
| 56 | BaseCRUD[portainer.CustomTemplate, portainer.CustomTemplateID] |
| 57 | GetNextIdentifier() int |
| 58 | } |
| 59 | |
| 60 | // EdgeGroupService represents a service to manage Edge groups |
| 61 | EdgeGroupService interface { |
Callers
nothing calls this directly
Implementers 15
Serviceapi/dataservices/customtemplate/custom ServiceTxapi/dataservices/customtemplate/tx.go Serviceapi/dataservices/endpoint/endpoint.go Serviceapi/dataservices/edgestack/edgestack.g Serviceapi/dataservices/stack/stack.go Serviceapi/dataservices/pendingactions/pendin ServiceTxapi/dataservices/pendingactions/tx.go Serviceapi/dataservices/schedule/schedule.go Serviceapi/dataservices/edgejob/edgejob.go
Tested by
no test coverage detected