diff --git a/client/portainerTypes.go b/client/portainerTypes.go index 0def3cf..2f35487 100644 --- a/client/portainerTypes.go +++ b/client/portainerTypes.go @@ -37,6 +37,12 @@ type EndpointSubset struct { GroupID uint32 } +type EndpointGroup struct { + Id uint32 + Name string + Description string +} + type StackCreateRequest struct { Name string SwarmID string