Remove unused fields from client.Stack struct

This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-09 13:06:47 -04:00
parent bf7fd60550
commit 8a7bb9e79d

View File

@ -9,9 +9,6 @@ type Stack struct {
Name string Name string
Type uint8 // 1 for a Swarm stack, 2 for a Compose stack Type uint8 // 1 for a Swarm stack, 2 for a Compose stack
EndpointID uint EndpointID uint
EntryPoint string
SwarmID string
ProjectPath string
Env []StackEnv Env []StackEnv
} }