You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/api/http/handler/endpointgroups
andres-portainer d29b688eb9
feat(endpointgroups): implement support for transactions EE-5328 (#8944)
2 years ago
..
endpointgroup_create.go feat(endpointgroups): implement support for transactions EE-5328 (#8944) 2 years ago
endpointgroup_delete.go feat(endpointgroups): implement support for transactions EE-5328 (#8944) 2 years ago
endpointgroup_endpoint_add.go feat(endpointgroups): implement support for transactions EE-5328 (#8944) 2 years ago
endpointgroup_endpoint_delete.go feat(endpointgroups): implement support for transactions EE-5328 (#8944) 2 years ago
endpointgroup_inspect.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
endpointgroup_list.go chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664) 2 years ago
endpointgroup_update.go feat(endpointgroups): implement support for transactions EE-5328 (#8944) 2 years ago
endpoints.go feat(endpointgroups): implement support for transactions EE-5328 (#8944) 2 years ago
handler.go