MCPcopy
hub / github.com/portainer/portainer / CustomTemplateService

Interface CustomTemplateService

api/dataservices/interface.go:55–58  ·  view source on GitHub ↗

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
ServiceTxapi/dataservices/endpoint/tx.go
Serviceapi/dataservices/endpoint/endpoint.go
Serviceapi/dataservices/edgestack/edgestack.g
ServiceTxapi/dataservices/edgestack/tx.go
ServiceTxapi/dataservices/stack/tx.go
Serviceapi/dataservices/stack/stack.go
Serviceapi/dataservices/pendingactions/pendin
ServiceTxapi/dataservices/pendingactions/tx.go
Serviceapi/dataservices/schedule/schedule.go
Serviceapi/dataservices/edgejob/edgejob.go

Calls

no outgoing calls

Tested by

no test coverage detected