Add EndpointGroup struct

This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-09 13:17:20 -04:00
parent 8a7bb9e79d
commit 219adc5c76

View File

@ -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