mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Add EndpointGroup struct
This commit is contained in:
parent
8a7bb9e79d
commit
219adc5c76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user