portainer/api/http/handler/customtemplates
Rex Wang 3f51d077ac
fix(docker): create custom template [EE-4114] (#7812)
* EE-4114 fix(docker): create custom template

* Update customtemplate_create.go

remove white space
2022-10-20 16:42:49 +08:00
..
customtemplate_create.go fix(docker): create custom template [EE-4114] (#7812) 2022-10-20 16:42:49 +08:00
customtemplate_delete.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
customtemplate_file.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
customtemplate_inspect.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
customtemplate_list.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2022-09-14 20:42:39 -03:00
customtemplate_update.go fix(code): clean up EE-4432 (#7865) 2022-10-14 18:09:07 -03:00
handler.go fix(code): remove unused code EE-4431 (#7866) 2022-10-14 19:42:31 -03:00
utils.go